CB-8683 changed plugin-id to pacakge-name

This commit is contained in:
Steve Gill
2015-04-01 19:11:23 -07:00
parent decdd22415
commit 0530d90fb0
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
* Register all FileTransfer exec calls to be handled by proxy
*/
var xhrFileTransfer = require('org.apache.cordova.file-transfer.xhrFileTransfer');
var xhrFileTransfer = require('cordova-plugin-file-transfer.xhrFileTransfer');
module.exports = {
abort: xhrFileTransfer.abort,