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:33 UTC

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

Branch: refs/heads/master
Commit: f9ec191a365a639af660ed8bc548818613927c54
Parents: 0e8d6c5
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:56:51 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:56:51 2013 -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/f9ec191a/src/windows8/CaptureProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CaptureProxy.js b/src/windows8/CaptureProxy.js
index 43c0faa..c6f17a1 100644
--- a/src/windows8/CaptureProxy.js
+++ b/src/windows8/CaptureProxy.js
@@ -158,4 +158,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Capture",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("Capture",module.exports);