Merge pull request #2405 from Polymer/justin-bootstrap

Remove redundant assign to window.Polymer
This commit is contained in:
Steve Orvell 2016-02-03 15:58:26 -08:00
commit 1e37387881

View File

@ -60,8 +60,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
return prototype.constructor;
};
window.Polymer = Polymer;
if (userPolymer) {
for (var i in userPolymer) {
Polymer[i] = userPolymer[i];
@ -98,4 +96,3 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
};
</script>