Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
polymer-virtual-list: fire scroll event
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 25, 2013
1 parent 6f47c4b commit cc5edde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
return this.$.viewport.querySelector('[page="' + pageNum + '"]');
},
scroll: function() {
this.fire('polymer-list-scroll');
var info = this.getViewportPageInfo();
if (!this.pages[0] || this.pages[0].pageNum != info.start) {
this.prepareUpdate(info);
Expand Down

0 comments on commit cc5edde

Please sign in to comment.