You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/08/27 13:44:33 UTC

[1/2] git commit: [fxos] Fix cordova version

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master f09171bd5 -> d5a8ac46e


[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/7add8625
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/7add8625
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/7add8625

Branch: refs/heads/master
Commit: 7add8625d6421453f36a96fb949b918cb23a43fe
Parents: ae3f2ed
Author: Rodrigo Silveira <ro...@outlook.com>
Authored: Mon Aug 11 16:26:14 2014 -0700
Committer: Rodrigo Silveira <ro...@outlook.com>
Committed: Mon Aug 11 16:30:14 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/7add8625/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);


[2/2] git commit: Merge remote-tracking branch 'rodms10/fix-version'

Posted by za...@apache.org.
Merge remote-tracking branch 'rodms10/fix-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/d5a8ac46
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/d5a8ac46
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/d5a8ac46

Branch: refs/heads/master
Commit: d5a8ac46ec59c9ee67f55699961944675451025c
Parents: f09171b 7add862
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Wed Aug 27 13:44:16 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Wed Aug 27 13:44:16 2014 +0200

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