You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/05/11 02:49:28 UTC

js commit: [windowsphone] removed unneeded clobbers in File api

Updated Branches:
  refs/heads/master dfd5aebe5 -> a86559a69


[windowsphone] removed unneeded clobbers in File api


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

Branch: refs/heads/master
Commit: a86559a69a62b9ed8f8364ab90f55d34980170cf
Parents: dfd5aeb
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri May 10 17:20:38 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri May 10 17:20:38 2013 -0700

----------------------------------------------------------------------
 lib/windowsphone/plugin/file/symbols.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/a86559a6/lib/windowsphone/plugin/file/symbols.js
----------------------------------------------------------------------
diff --git a/lib/windowsphone/plugin/file/symbols.js b/lib/windowsphone/plugin/file/symbols.js
index 12a1c8c..b260a54 100644
--- a/lib/windowsphone/plugin/file/symbols.js
+++ b/lib/windowsphone/plugin/file/symbols.js
@@ -23,5 +23,3 @@ var modulemapper = require('cordova/modulemapper'),
     symbolshelper = require('cordova/plugin/file/symbolshelper');
 
 symbolshelper(modulemapper.defaults);
-modulemapper.clobbers('cordova/plugin/File', 'File');
-modulemapper.clobbers('cordova/plugin/FileReader', 'FileReader');