You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/09/25 00:32:22 UTC

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

Updated Branches:
  refs/heads/dev 371ae8ced -> f8a310cff


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

Branch: refs/heads/dev
Commit: f8a310cff122d52d4eda3458c8e06b86f812139b
Parents: 371ae8c
Author: Carlos Santana <cs...@gmail.com>
Authored: Tue Sep 24 18:12:44 2013 -0400
Committer: Carlos Santana <cs...@gmail.com>
Committed: Tue Sep 24 18:12:44 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/f8a310cf/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);