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
@@ -50,7 +50,5 @@ export class Device {
* @returns {Object} The device object.
*/
@CordovaProperty
static get device() {
return window.device;
}
static get device() { return window.device; }
}