fix(launchnavigator): bug fix

This commit is contained in:
Ibrahim Hadeed 2016-03-27 23:57:54 -04:00
parent ed14d87722
commit 4ead1ae023

View File

@ -84,7 +84,7 @@ export class LaunchNavigator {
}) })
static navigate( static navigate(
destination: any, destination: any,
start?: any = null, start: any = null,
options?: launchNavigatorOptions options?: launchNavigatorOptions
): Promise<any> { return } ): Promise<any> { return }