You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/09/05 19:55:03 UTC

[3/4] git commit: [fxos] Fix cordova version

[fxos] Fix cordova version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/77dcdf25
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/77dcdf25
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/77dcdf25

Branch: refs/heads/master
Commit: 77dcdf2591a76ed802acbbab35b55531f58b5b57
Parents: c64aac0
Author: Rodrigo Silveira <ro...@outlook.com>
Authored: Mon Aug 11 16:26:14 2014 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 5 10:54:20 2014 -0700

----------------------------------------------------------------------
 src/firefoxos/DeviceProxy.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/77dcdf25/src/firefoxos/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/DeviceProxy.js b/src/firefoxos/DeviceProxy.js
index 5c7c81e..79f3a2b 100644
--- a/src/firefoxos/DeviceProxy.js
+++ b/src/firefoxos/DeviceProxy.js
@@ -67,7 +67,6 @@ module.exports = {
     getDeviceInfo: function (success, error) {
         setTimeout(function () {
             success({
-                cordova: firefoxos.cordovaVersion,
                 platform: 'firefoxos',
                 model: getModel(),
                 version: getVersion(),
@@ -77,4 +76,4 @@ module.exports = {
     }
 };
 
-require("cordova/exec/proxy").add("Device", module.exports);
\ No newline at end of file
+require("cordova/exec/proxy").add("Device", module.exports);