Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
WebComponentsReady -> polymer-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jan 22, 2014
1 parent a1d06e5 commit 3496f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<polymer-ui-icon id="meta"></polymer-ui-icon>
<script>
addEventListener('WebComponentsReady', function() {
addEventListener('polymer-ready', function() {
var icons = Object.keys(document.querySelector('#meta').getIconset().iconMap);
var plates = document.querySelectorAll('template');
for (var i = 0, p; p=plates[i]; i++) {
Expand Down

0 comments on commit 3496f21

Please sign in to comment.