mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refractor(): remove default value from optional param
This commit is contained in:
@@ -34,7 +34,7 @@ export class NavigationBar {
|
||||
successName: 'success',
|
||||
errorName: 'failure'
|
||||
})
|
||||
static setUp(autohide?: boolean = false): Promise<any> { return; }
|
||||
static setUp(autohide?: boolean): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Hide the navigation bar.
|
||||
|
||||
Reference in New Issue
Block a user