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

[28/37] 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-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/b1cc2261
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/b1cc2261
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/b1cc2261

Branch: refs/heads/master
Commit: b1cc2261c7f017e6147667e6b0b1112fb17222d6
Parents: 3d7eb3e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:16:55 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:16:55 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/b1cc2261/src/windows8/FileProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js
index e564626..48d3139 100644
--- a/src/windows8/FileProxy.js
+++ b/src/windows8/FileProxy.js
@@ -884,4 +884,4 @@ module.exports = {
 
 };
 
-require("cordova/windows8/commandProxy").add("File",module.exports);
+require("cordova/exec/proxy").add("File",module.exports);