You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/07/29 22:08:16 UTC

git commit: update DeviceProxy.js

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master f62e825e6 -> 77786380a


update DeviceProxy.js


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

Branch: refs/heads/master
Commit: 77786380aea0b9fb832a4781393950edc19fe293
Parents: f62e825
Author: Willy Aguirre <ma...@gmail.com>
Authored: Mon Jul 28 20:58:42 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Mon Jul 28 20:58:42 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/77786380/src/firefoxos/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/DeviceProxy.js b/src/firefoxos/DeviceProxy.js
index 0f67412..5c7c81e 100644
--- a/src/firefoxos/DeviceProxy.js
+++ b/src/firefoxos/DeviceProxy.js
@@ -77,4 +77,4 @@ module.exports = {
     }
 };
 
-require("cordova/firefoxos/commandProxy").add("Device", module.exports);
\ No newline at end of file
+require("cordova/exec/proxy").add("Device", module.exports);
\ No newline at end of file