mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Misc 4
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user