Skip to content

Commit 41c75c2

Browse files
author
Steven Orvell
committed
Lint fixes
1 parent 77f3436 commit 41c75c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/utils/settings.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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
@@ -108,8 +108,8 @@
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

0 commit comments

Comments
 (0)