You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 17:06:34 UTC

[13/37] git commit: [ubuntu] use cordova/exec/proxy

[ubuntu] use cordova/exec/proxy


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

Branch: refs/heads/cdvtest
Commit: d63ee7941e01b6cfc053342b15bad1d014381c7c
Parents: 458816b
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Fri Nov 22 20:17:10 2013 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Fri Nov 22 20:17:10 2013 +0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/d63ee794/src/ubuntu/device.js
----------------------------------------------------------------------
diff --git a/src/ubuntu/device.js b/src/ubuntu/device.js
index 5f9a5c8..3adb110 100644
--- a/src/ubuntu/device.js
+++ b/src/ubuntu/device.js
@@ -31,4 +31,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Device", module.exports);
+require("cordova/exec/proxy").add("Device", module.exports);