mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
fix(launchnavigator): bug fix
This commit is contained in:
parent
ed14d87722
commit
4ead1ae023
@ -84,7 +84,7 @@ export class LaunchNavigator {
|
||||
})
|
||||
static navigate(
|
||||
destination: any,
|
||||
start?: any = null,
|
||||
start: any = null,
|
||||
options?: launchNavigatorOptions
|
||||
): Promise<any> { return }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user