mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(launchnavigator): start parameter is optional
closes https://github.com/driftyco/ionic-native/issues/87
This commit is contained in:
parent
5c17ec7242
commit
5e7378a60d
@ -84,7 +84,7 @@ export class LaunchNavigator {
|
||||
})
|
||||
static navigate(
|
||||
destination: any,
|
||||
start: any,
|
||||
start?: any = null,
|
||||
options?: launchNavigatorOptions
|
||||
): Promise<any> { return }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user