You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:25:43 UTC

[3/7] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


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/ae3caf49
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/ae3caf49
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/ae3caf49

Branch: refs/heads/master
Commit: ae3caf491ab828fd70a7e29c6b4e101429c01ca8
Parents: 61bb960
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:41:00 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:41:00 2013 -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/ae3caf49/www/windows8/FileTransferProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/FileTransferProxy.js b/www/windows8/FileTransferProxy.js
index dd8ff62..c52bb02 100644
--- a/www/windows8/FileTransferProxy.js
+++ b/www/windows8/FileTransferProxy.js
@@ -107,4 +107,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("FileTransfer",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("FileTransfer",module.exports);