toolbar updates

This commit is contained in:
Adam Bradley
2015-07-03 23:56:47 -05:00
parent 5c4741b7b4
commit 3dbf489fc9
10 changed files with 110 additions and 158 deletions

View File

@@ -54,8 +54,8 @@ export class Refresher {
this.scrollChild = sc;
this._touchMoveListener = this._handleTouchMove.bind(this);
this._touchEndListener = this._handleTouchEnd.bind(this));
this._handleScrollListener = this._handleScroll.bind(this));
this._touchEndListener = this._handleTouchEnd.bind(this);
this._handleScrollListener = this._handleScroll.bind(this);
sc.addEventListener('touchmove', this._touchMoveListener);
sc.addEventListener('touchend', this._touchEndListener);
sc.addEventListener('scroll', this._handleScrollListener);