You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/01/29 20:07:52 UTC

[27/37] js commit: [android] Remove File symbol mappings in platform.js

[android] Remove File symbol mappings in platform.js


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/a37477cb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/a37477cb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/a37477cb

Branch: refs/heads/symbolmapping
Commit: a37477cba47aedd01562b2abaa4ebf1532792b46
Parents: a4b4224
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 25 11:27:43 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Jan 28 19:56:47 2013 -0500

----------------------------------------------------------------------
 lib/android/platform.js |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/a37477cb/lib/android/platform.js
----------------------------------------------------------------------
diff --git a/lib/android/platform.js b/lib/android/platform.js
index 2543fe5..ac54d5e 100644
--- a/lib/android/platform.js
+++ b/lib/android/platform.js
@@ -96,15 +96,6 @@ module.exports = {
                     path: "cordova/plugin/android/app"
                 }
             }
-        },
-        File: { // exists natively on Android WebView, override
-            path: "cordova/plugin/File"
-        },
-        FileReader: { // exists natively on Android WebView, override
-            path: "cordova/plugin/FileReader"
-        },
-        FileError: { //exists natively on Android WebView on Android 4.x
-            path: "cordova/plugin/FileError"
         }
     },
     merges: {