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/03/20 16:49:20 UTC

[36/40] js commit: [windowsphone] Move FileTransfer into symbols.js.

[windowsphone] Move FileTransfer into 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/3d50c360
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/3d50c360
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/3d50c360

Branch: refs/heads/cb2227
Commit: 3d50c3608c17a1cf938d4e7cb4656f503800de6a
Parents: 512ad38
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 21 07:57:43 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Mar 20 11:44:07 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/3d50c360/lib/windowsphone/platform.js
----------------------------------------------------------------------
diff --git a/lib/windowsphone/platform.js b/lib/windowsphone/platform.js
index 6cdb08f..5501b47 100644
--- a/lib/windowsphone/platform.js
+++ b/lib/windowsphone/platform.js
@@ -39,10 +39,5 @@ module.exports = {
         backButtonChannel.onHasSubscribersChange = function() {
             exec(null, null, "CoreEvents", "overridebackbutton", [this.numHandlers == 1]);
         };
-    },
-    clobbers: {
-        FileTransfer: {
-            path: 'cordova/plugin/windowsphone/FileTransfer'
-        }
     }
 };

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