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:26:11 UTC

[11/14] git commit: [CB-4903] File Plugin not loading Windows8

[CB-4903] File Plugin not loading Windows8


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

Branch: refs/heads/master
Commit: 1240373609cb8ee189dcaab894d053ff8f04d104
Parents: 14da0cc
Author: Carlos Santana <cs...@gmail.com>
Authored: Tue Sep 24 18:12:44 2013 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:19:11 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/12403736/src/windows8/FileProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js
index 6da9dd0..1445ae7 100644
--- a/src/windows8/FileProxy.js
+++ b/src/windows8/FileProxy.js
@@ -842,4 +842,4 @@ module.exports = {
 
 };
 
-require("cordova/commandProxy").add("File",module.exports);
+require("cordova/windows8/commandProxy").add("File",module.exports);