Skip to content

Commit

Permalink
Remove redundant assign to window.Polymer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Sep 3, 2015
1 parent 8886e8c commit b2f8e8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/polymer-bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
return prototype.constructor;
};

window.Polymer = Polymer;

if (userPolymer) {
for (var i in userPolymer) {
Polymer[i] = userPolymer[i];
Expand Down Expand Up @@ -94,4 +92,3 @@
};

</script>

0 comments on commit b2f8e8f

Please sign in to comment.