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(
|
static navigate(
|
||||||
destination: any,
|
destination: any,
|
||||||
start?: any = null,
|
start: any = null,
|
||||||
options?: launchNavigatorOptions
|
options?: launchNavigatorOptions
|
||||||
): Promise<any> { return }
|
): Promise<any> { return }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user