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);