Revert "Upgrade to TypeScript 2.1, and latest grunt-ts. (#3609)"

This reverts commit 79e6881ca6.
This commit is contained in:
Hristo Deshev
2017-02-09 11:41:27 +02:00
parent 489be1e460
commit 13dc8cecae
23 changed files with 4475 additions and 85 deletions

View File

@@ -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;