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:27:35 UTC

[12/16] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/ef3c5295
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/ef3c5295
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/ef3c5295

Branch: refs/heads/master
Commit: ef3c529568df13a8636603ebe49becb2fe9fb77c
Parents: 967cb22
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:56:51 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:10:51 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/ef3c5295/src/windows8/CaptureProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CaptureProxy.js b/src/windows8/CaptureProxy.js
index 546e502..851adf8 100644
--- a/src/windows8/CaptureProxy.js
+++ b/src/windows8/CaptureProxy.js
@@ -158,4 +158,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Capture",module.exports);
+require("cordova/windows8/commandProxy").add("Capture",module.exports);