Skip to content

Commit

Permalink
Merge pull request #6 from kenchris/rename
Browse files Browse the repository at this point in the history
WebComponentsReady -> polymer-ready
  • Loading branch information
arv committed Feb 21, 2014
2 parents bf275e7 + 32d6c3f commit 32615ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

</app-frame>
<script>
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
document.getElementById('menu-button').addEventListener('click', function() {
var navDrawer = document.getElementById('nav-drawer');
var templateElement = navDrawer.querySelector('template');
Expand Down

0 comments on commit 32615ef

Please sign in to comment.