You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:24:26 UTC

[15/20] git commit: [Windows8] commandProxy has moved

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

Branch: refs/heads/master
Commit: f5a521f5eaa505ce9322bc066187da3f55f0a384
Parents: ed86de0
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:26:11 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:02:30 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/f5a521f5/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);