Oops, need the proxy call.
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/44b2a075 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/44b2a075 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/44b2a075 Branch: refs/heads/master Commit: 44b2a07533f0980a2c35764d5916698302b140fd Parents: 39d6d46 Author: Jesse MacFadyen <[email protected]> Authored: Tue Jul 8 17:50:51 2014 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Jul 8 17:50:51 2014 -0700 ---------------------------------------------------------------------- src/windows8/FileProxy.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/44b2a075/src/windows8/FileProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js index e9fc0db..0c722d1 100644 --- a/src/windows8/FileProxy.js +++ b/src/windows8/FileProxy.js @@ -940,3 +940,5 @@ module.exports = { }; + +require("cordova/exec/proxy").add("File",module.exports);
