You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:11 UTC

[08/11] git commit: CB-6422 [windows8] use cordova/exec/proxy

CB-6422 [windows8] use cordova/exec/proxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/f2e56a2a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/f2e56a2a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/f2e56a2a

Branch: refs/heads/master
Commit: f2e56a2ac0ee85de15e1c95eaae2edcbc1c3f134
Parents: 2309e0e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:18:01 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:18:01 2014 -0700

----------------------------------------------------------------------
 www/windows8/FileTransferProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/f2e56a2a/www/windows8/FileTransferProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/FileTransferProxy.js b/www/windows8/FileTransferProxy.js
index 5c09805..fae6533 100644
--- a/www/windows8/FileTransferProxy.js
+++ b/www/windows8/FileTransferProxy.js
@@ -117,4 +117,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("FileTransfer",module.exports);
+require("cordova/exec/proxy").add("FileTransfer",module.exports);