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/02/12 20:32:41 UTC

[22/24] js commit: [all] Move FileTransfer into its own symbols.js.

[all] Move FileTransfer into its own symbols.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/6d3da393
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/6d3da393
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/6d3da393

Branch: refs/heads/master
Commit: 6d3da39328f5b05cb443b4a81e66a668d96e86ab
Parents: e389dfd
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Feb 12 14:18:55 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Feb 12 14:24:33 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/6d3da393/lib/common/plugin/file/symbolshelper.js
----------------------------------------------------------------------
diff --git a/lib/common/plugin/file/symbolshelper.js b/lib/common/plugin/file/symbolshelper.js
index 6ec35f1..ee07de3 100644
--- a/lib/common/plugin/file/symbolshelper.js
+++ b/lib/common/plugin/file/symbolshelper.js
@@ -27,8 +27,6 @@ module.exports = function(exportFunc) {
     exportFunc('cordova/plugin/FileError', 'FileError');
     exportFunc('cordova/plugin/FileReader', 'FileReader');
     exportFunc('cordova/plugin/FileSystem', 'FileSystem');
-    exportFunc('cordova/plugin/FileTransfer', 'FileTransfer');
-    exportFunc('cordova/plugin/FileTransferError', 'FileTransferError');
     exportFunc('cordova/plugin/FileUploadOptions', 'FileUploadOptions');
     exportFunc('cordova/plugin/FileUploadResult', 'FileUploadResult');
     exportFunc('cordova/plugin/FileWriter', 'FileWriter');