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

[10/15] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


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

Branch: refs/heads/master
Commit: 5cbe86a9dfa2e2e69f8d24ca2c767985b0d6d1cf
Parents: 742069a
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:54:43 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:54:43 2013 -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/5cbe86a9/src/windows8/MediaProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/MediaProxy.js b/src/windows8/MediaProxy.js
index 61c0e69..939f939 100644
--- a/src/windows8/MediaProxy.js
+++ b/src/windows8/MediaProxy.js
@@ -180,4 +180,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Media",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("Media",module.exports);