mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(): cleanup return values
Addresses https://github.com/driftyco/ionic-native/issues/38.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user