fixed: some transitions in side drawer are not working

This commit is contained in:
Tsvetan Raikov
2016-04-11 17:36:20 +03:00
parent 24d0db70bd
commit 8b3d00df1d
3 changed files with 49 additions and 2 deletions

View File

@@ -579,4 +579,11 @@ declare module "application" {
*/
removeNotificationObserver(observer: any, notificationName: string): void;
}
/* tslint:disable */
export interface RootViewControllerImpl {
contentController: any;
}
}