fix(launchnavigator): start parameter is optional

closes https://github.com/driftyco/ionic-native/issues/87
This commit is contained in:
Ibrahim Hadeed 2016-03-27 16:09:08 -04:00
parent 5c17ec7242
commit 5e7378a60d

View File

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