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

[6/9] 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/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/c4aea36a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/c4aea36a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/c4aea36a

Branch: refs/heads/master
Commit: c4aea36a1ce1befbecc35df873e24497874f4d45
Parents: 29fa80b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:31:27 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:31:27 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/c4aea36a/src/windows8/MediaProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/MediaProxy.js b/src/windows8/MediaProxy.js
index bf380b4..ba8ee88 100644
--- a/src/windows8/MediaProxy.js
+++ b/src/windows8/MediaProxy.js
@@ -180,4 +180,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Media",module.exports);
+require("cordova/exec/proxy").add("Media",module.exports);