Hey Jesse, you can just remove the entire resolveLocalFileSystemURI entry
in the wp7 platform.js file as the common.js platform will already have
dropped that in.

Cheers,
Fil

On 5/24/12 11:44 PM, "[email protected]" <[email protected]>
wrote:

>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/88ab6e6
>9
>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 <[email protected]>
>Authored: Thu May 24 14:32:14 2012 -0700
>Committer: Jesse MacFadyen <[email protected]>
>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"
>

Reply via email to