mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
refractor(): remove default value from optional param
This commit is contained in:
parent
47b6164e99
commit
5638f90783
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user