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 3df8c5d commit cb56127
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 @@ -51,7 +51,7 @@
</div>

<script>
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
var selector = document.querySelector('polymer-selector');
selector.addEventListener('polymer-select', function(e) {
if (e.detail.isSelected) {
Expand Down

0 comments on commit cb56127

Please sign in to comment.