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 2012/08/16 16:16:16 UTC

js commit: Adding FileReader to platform objects to clobber buddy ios6 beta native implementation

Updated Branches:
  refs/heads/master 03f21d410 -> ecd6d17ff


Adding FileReader to platform objects to clobber buddy ios6 beta native implementation


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/ecd6d17f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/ecd6d17f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/ecd6d17f

Branch: refs/heads/master
Commit: ecd6d17ffc50cb33725d7ed884ea0359d3f56b6a
Parents: 03f21d4
Author: Michal Mocny <mm...@gmail.com>
Authored: Tue Aug 14 15:18:43 2012 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Thu Aug 16 09:23:04 2012 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/ecd6d17f/lib/ios/platform.js
----------------------------------------------------------------------
diff --git a/lib/ios/platform.js b/lib/ios/platform.js
index 8a70428..9667183 100644
--- a/lib/ios/platform.js
+++ b/lib/ios/platform.js
@@ -13,6 +13,9 @@ module.exports = {
         File: { // exists natively, override
             path: "cordova/plugin/File"
         },
+        FileReader: { // exists natively, override
+            path: "cordova/plugin/FileReader"
+        },
         MediaError: { // exists natively, override
             path: "cordova/plugin/MediaError"
         },