From cc5eddefd3ab25a26f7cfb3d8d7077136342947e Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Fri, 25 Oct 2013 15:00:45 -0700 Subject: [PATCH] polymer-virtual-list: fire scroll event --- list/elements/polymer-virtual-list/polymer-virtual-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/list/elements/polymer-virtual-list/polymer-virtual-list.html b/list/elements/polymer-virtual-list/polymer-virtual-list.html index 2937692..fe62802 100644 --- a/list/elements/polymer-virtual-list/polymer-virtual-list.html +++ b/list/elements/polymer-virtual-list/polymer-virtual-list.html @@ -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);