Fixed navigation events

This commit is contained in:
Hristo Hristov
2016-03-18 11:53:36 +02:00
parent 7458880f28
commit 2cabf02215
19 changed files with 408 additions and 236 deletions

2
ui/core/view.d.ts vendored
View File

@@ -471,7 +471,7 @@ declare module "ui/core/view" {
* @param callback An optional parameter pointing to a specific listener. If not defined, all listeners for the event names will be removed.
* @param thisArg An optional parameter which when set will be used to refine search of the correct callback which will be removed as event listener.
*/
off(eventNames: string | gestures.GestureTypes, callback?: any, thisArg?: any);
off(eventNames: string | gestures.GestureTypes, callback?: (data: observable.EventData) => void, thisArg?: any);
/**
* Raised when a loaded event occurs.