refractor(): remove default value from optional param

This commit is contained in:
Ibby 2017-01-20 16:07:28 -05:00
parent 47b6164e99
commit 5638f90783

View File

@ -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.