You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:43 UTC

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

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


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

Branch: refs/heads/master
Commit: 3ad7a3fb06f52cb3b5acdf43559a515ea9b148c5
Parents: 48a94b6
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:32:33 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:32:33 2014 -0700

----------------------------------------------------------------------
 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/3ad7a3fb/src/windows8/CaptureProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CaptureProxy.js b/src/windows8/CaptureProxy.js
index 851adf8..d78dc41 100644
--- a/src/windows8/CaptureProxy.js
+++ b/src/windows8/CaptureProxy.js
@@ -158,4 +158,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Capture",module.exports);
+require("cordova/exec/proxy").add("Capture",module.exports);