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 21, 2014
1 parent c98a5b6 commit 8cbe50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sample-horizontal.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<polymer-virtual-list horizontal count="100000"></polymer-virtual-list>

<script>
document.addEventListener('WebComponentsReady', function() {
document.addEventListener('polymer-ready', function() {
var list = document.querySelector('polymer-virtual-list');
list.addEventListener('polymer-list-generate-page', function(e) {
var d = e.detail;
Expand Down

0 comments on commit 8cbe50e

Please sign in to comment.