mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Revert "Upgrade to TypeScript 2.1, and latest grunt-ts. (#3609)"
This reverts commit 79e6881ca6.
This commit is contained in:
@@ -415,14 +415,14 @@ class TouchGestureEventData implements definition.TouchGestureEventData {
|
||||
android: any = undefined;
|
||||
action: string;
|
||||
view: view.View;
|
||||
ios: { touches: NSSet<any>, event: _UIEvent };
|
||||
ios: { touches: NSSet<any>, event: UIEvent };
|
||||
object: any;
|
||||
|
||||
private _activePointers: Array<Pointer>;
|
||||
private _allPointers: Array<Pointer>;
|
||||
private _mainPointer: UITouch;
|
||||
|
||||
public prepare(view: view.View, action: string, touches: NSSet<any>, event: _UIEvent) {
|
||||
public prepare(view: view.View, action: string, touches: NSSet<any>, event: UIEvent) {
|
||||
this.action = action;
|
||||
this.view = view;
|
||||
this.object = view;
|
||||
|
||||
Reference in New Issue
Block a user