Merge pull request #507 from stkem/master

Fixing a small typo in pull-to-refresh.ts
This commit is contained in:
Adam Bradley
2015-11-18 12:18:53 -06:00

View File

@ -119,7 +119,7 @@ export class Refresher {
this.showIcon = util.isDefined(this.refreshingIcon);
this._touchMoveListener = this._handleTouchMov.bind(this);
this._touchMoveListener = this._handleTouchMove.bind(this);
this._touchEndListener = this._handleTouchEnd.bind(this);
this._handleScrollListener = this._handleScroll.bind(this);
sc.addEventListener('touchmove', this._touchMoveListener);