This commit is contained in:
Manuel Mtz-Almeida
2017-03-29 16:47:12 +02:00
parent c9851442c6
commit 515de26a8b
4 changed files with 8 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ import { pointerCoord } from './dom';
export class ScrollView {
ev: ScrollEvent;
isScrolling = false;
onScrollStart: (ev: ScrollEvent) => void;
@@ -23,7 +24,6 @@ export class ScrollView {
private _lsn: Function;
private _endTmr: Function;
constructor(
private _plt: Platform,
private _dom: DomController,