chore(device): update Device

This commit is contained in:
Tim Lancina
2016-02-16 17:41:45 -06:00
parent 240f0f87cc
commit b9be35d81d
4 changed files with 50 additions and 9 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ var plugin_1 = require('./plugin');
* @usage
* ```js
* let info = Device.getDevice();
* // Device sits below
* ```
*/
var Device = (function () {
@@ -19,7 +18,7 @@ var Device = (function () {
}
/**
* Returns the whole device object.
* @see https://github.com/apache/cordova-plugin-device
*
* @returns {Object} The device object.
*/
Device.getDevice = function () {