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:33:07 UTC

[48/50] 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/93b99cec
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/93b99cec
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/93b99cec

Branch: refs/heads/symbolmapping
Commit: 93b99cecf8a04cd563fd6cbd520952918f238711
Parents: 62a8c50
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Feb 12 14:19:01 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Feb 12 14:24:34 2013 -0500

----------------------------------------------------------------------
 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/93b99cec/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/93b99cec/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');