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