wp7 uses common resolveLocalFileSystemURI call
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/88ab6e69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/88ab6e69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/88ab6e69 Branch: refs/heads/master Commit: 88ab6e698df5c8856bcf128b1d9dcf71f20407e0 Parents: 68eebbc Author: Jesse MacFadyen <purplecabb...@gmail.com> Authored: Thu May 24 14:32:14 2012 -0700 Committer: Jesse MacFadyen <purplecabb...@gmail.com> Committed: Thu May 24 14:32:14 2012 -0700 ---------------------------------------------------------------------- lib/wp7/platform.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/88ab6e69/lib/wp7/platform.js ---------------------------------------------------------------------- diff --git a/lib/wp7/platform.js b/lib/wp7/platform.js index 8a9ab70..c51c92e 100644 --- a/lib/wp7/platform.js +++ b/lib/wp7/platform.js @@ -38,10 +38,10 @@ module.exports = { path:"cordova/plugin/wp7/CordovaMediaonStatus" }, requestFileSystem: { - path:"cordova/plugin/wp7/requestFileSystem" + path:"cordova/plugin/requestFileSystem" }, resolveLocalFileSystemURI: { - path:"cordova/plugin/wp7/resolveLocalFileSystemURI" + path:"cordova/plugin/resolveLocalFileSystemURI" }, File: { path: "cordova/plugin/File"