Commit 0ea8724e authored by dbeam's avatar dbeam Committed by Commit bot

MD WebUI: disable custom properties

They were never on to begin with and now that we've reached a new enough
version of Polymer that this flag actually has an effect, it's breaking
things.

TBR=michaelpg@chromium.org
BUG=none
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
NOTRY=true

Review-Url: https://codereview.chromium.org/2181073002
Cr-Commit-Position: refs/heads/master@{#407601}
parent caeaf072
......@@ -6,7 +6,8 @@ if (typeof Polymer == 'undefined') {
Polymer = {
dom: 'shadow',
lazyRegister: true,
useNativeCSSProperties: true,
// TODO(dbeam): re-enable when this doesn't break things.
// useNativeCSSProperties: true,
};
} else {
console.error('Polymer is already defined.');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment