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 2013/09/24 10:26:33 UTC

git commit: [Windows8] commandProxy has moved

Updated Branches:
  refs/heads/dev 3a3bbb1cc -> 363d13965


[Windows8] commandProxy has moved


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

Branch: refs/heads/dev
Commit: 363d139653149e1b515d77b9eba323eaceb40cc0
Parents: 3a3bbb1
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:26:11 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:26:11 2013 -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/363d1396/src/windows8/CameraProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CameraProxy.js b/src/windows8/CameraProxy.js
index 7c45dc3..16e20f6 100644
--- a/src/windows8/CameraProxy.js
+++ b/src/windows8/CameraProxy.js
@@ -338,4 +338,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Camera",module.exports);
+require("cordova/windows8/commandProxy").add("Camera",module.exports);