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/04/09 00:54:04 UTC

git commit: CB-6422 [windows8] use cordova/exec/proxy

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/dev 4c2c567fd -> 85a986f58


CB-6422 [windows8] use cordova/exec/proxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/85a986f5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/85a986f5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/85a986f5

Branch: refs/heads/dev
Commit: 85a986f589e8dfaf3bb5ed4b24f4ea2e7c457826
Parents: 4c2c567
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 15:53:51 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 15:53:51 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/85a986f5/src/windows8/CameraProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CameraProxy.js b/src/windows8/CameraProxy.js
index 65ebdf5..d46553b 100644
--- a/src/windows8/CameraProxy.js
+++ b/src/windows8/CameraProxy.js
@@ -351,4 +351,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Camera",module.exports);
+require("cordova/exec/proxy").add("Camera",module.exports);