Chromium Code Reviews| Index: ui/webui/resources/js/polymer_config.js |
| diff --git a/ui/webui/resources/js/polymer_config.js b/ui/webui/resources/js/polymer_config.js |
| index 4d239893446a8d7fa7e0331654022ab00663741d..df564492fa66801b2b8e0df666a3c6e6b4e919f0 100644 |
| --- a/ui/webui/resources/js/polymer_config.js |
| +++ b/ui/webui/resources/js/polymer_config.js |
| @@ -8,6 +8,8 @@ if (typeof Polymer == 'undefined') { |
| lazyRegister: true, |
| preserveStyleIncludes: true, // Only matters when using polymer-css-build. |
| useNativeCSSProperties: true, |
| + suppressBindingNotifications: true, |
| + suppressTemplateNotifications: true, |
|
Dan Beam
2017/03/15 18:10:13
nit: alpha
dpapad
2017/03/15 18:28:17
Done.
|
| }; |
| } else { |
| console.error('Polymer is already defined.'); |