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 4e0bba9 commit cf6ee8d
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 @@ -21,7 +21,7 @@
<hr>

<script>
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
var meta = document.createElement('polymer-meta');
document.querySelector('template[repeat]').model = {
metadata: meta.list
Expand Down

0 comments on commit cf6ee8d

Please sign in to comment.