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 556390f commit 51a8832
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 @@ -28,7 +28,7 @@
<polymer-ui-menu-item icon="tag">Promos</polymer-ui-menu-item>
</polymer-ui-dropup>
<script>
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
document.querySelector('#search').addEventListener('tap', function() {
document.querySelector('#dropup').toggle();
});
Expand Down

0 comments on commit 51a8832

Please sign in to comment.