removed unused wp7 methods, no change from base
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/0fdec3ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/0fdec3ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/0fdec3ce Branch: refs/heads/master Commit: 0fdec3ce6cdfd4fc5bf45b5a39f4f0f1de0d43d9 Parents: 109b864 Author: Jesse MacFadyen <[email protected]> Authored: Tue Jun 5 13:10:36 2012 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Jun 5 13:12:09 2012 -0700 ---------------------------------------------------------------------- lib/wp7/platform.js | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/0fdec3ce/lib/wp7/platform.js ---------------------------------------------------------------------- diff --git a/lib/wp7/platform.js b/lib/wp7/platform.js index c51c92e..f6fe70a 100644 --- a/lib/wp7/platform.js +++ b/lib/wp7/platform.js @@ -37,24 +37,6 @@ module.exports = { CordovaMediaonStatus: { path:"cordova/plugin/wp7/CordovaMediaonStatus" }, - requestFileSystem: { - path:"cordova/plugin/requestFileSystem" - }, - resolveLocalFileSystemURI: { - path:"cordova/plugin/resolveLocalFileSystemURI" - }, - File: { - path: "cordova/plugin/File" - }, - FileReader: { - path: "cordova/plugin/FileReader" - }, - FileError: { - path: "cordova/plugin/FileError" - }, - MediaError: { - path: "cordova/plugin/MediaError" - }, navigator: { children: { device: {
