chore(): cleanup return values

Addresses https://github.com/driftyco/ionic-native/issues/38.
This commit is contained in:
Tim Lancina
2016-03-10 15:48:20 -06:00
parent 78fdbcd42e
commit 998a58e036
21 changed files with 141 additions and 611 deletions
+1 -3
View File
@@ -102,7 +102,5 @@ export class StatusBar {
* Whether the StatusBar is currently visible or not.
*/
@CordovaProperty
static get isVisible() {
return window.StatusBar.isVisible;
}
static get isVisible() { return window.StatusBar.isVisible; }
}