removed wp7 DirectoryEntry override
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/3e9939b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/3e9939b1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/3e9939b1 Branch: refs/heads/master Commit: 3e9939b1daccf57fe78bc7b1bc0b7e404ab42705 Parents: eda0243 Author: Jesse MacFadyen <purplecabb...@gmail.com> Authored: Tue Aug 14 16:53:35 2012 -0700 Committer: Jesse MacFadyen <purplecabb...@gmail.com> Committed: Tue Aug 14 16:53:35 2012 -0700 ---------------------------------------------------------------------- lib/wp7/platform.js | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/3e9939b1/lib/wp7/platform.js ---------------------------------------------------------------------- diff --git a/lib/wp7/platform.js b/lib/wp7/platform.js index 0399c0a..0636d2b 100644 --- a/lib/wp7/platform.js +++ b/lib/wp7/platform.js @@ -56,20 +56,6 @@ module.exports = { }, FileTransfer: { path: 'cordova/plugin/wp7/FileTransfer' - }, - DirectoryEntry: { - path: 'cordova/plugin/wp7/DirectoryEntry' - } - - }, - merges:{ - navigator: { - children: { - contacts:{ - path:"cordova/plugin/wp7/contacts" - } - } } } - };