mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2405 from Polymer/justin-bootstrap
Remove redundant assign to window.Polymer
This commit is contained in:
commit
1e37387881
@ -60,8 +60,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
return prototype.constructor;
|
return prototype.constructor;
|
||||||
};
|
};
|
||||||
|
|
||||||
window.Polymer = Polymer;
|
|
||||||
|
|
||||||
if (userPolymer) {
|
if (userPolymer) {
|
||||||
for (var i in userPolymer) {
|
for (var i in userPolymer) {
|
||||||
Polymer[i] = userPolymer[i];
|
Polymer[i] = userPolymer[i];
|
||||||
@ -98,4 +96,3 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user