File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 * @memberof Polymer
4444 */
4545 Polymer . rootPath = Polymer . rootPath ||
46- Polymer . ResolveUrl . pathFromUrl ( document . baseURI || window . location . href ) ; ;
46+ Polymer . ResolveUrl . pathFromUrl ( document . baseURI || window . location . href ) ;
4747
4848 /**
4949 * Sets the global rootPath property used by `Polymer.ElementMixin` and
108108 Polymer . passiveTouchGestures = usePassive ;
109109 } ;
110110
111- Polymer . legacyOptimizations = Polymer . legacyOptimizations ||
112- window . PolymerSettings && PolymerSettings . legacyOptimizations || false ;
111+ Polymer . legacyOptimizations = Polymer . legacyOptimizations ||
112+ window . PolymerSettings && window . PolymerSettings . legacyOptimizations || false ;
113113
114114 /**
115115 * Sets `legacyOptimizations` globally for all elements. Enables
You can’t perform that action at this time.
0 commit comments