mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-05-17 00:00:03 +08:00
[CB-3727] [BlackBerry10] One more resolve issue fix
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
var argscheck = require('cordova/argscheck'),
|
||||
FileTransferError = require('./FileTransferError');
|
||||
xhrImpl = require('org.apache.cordova.core.FileTransfer.BB10XHRImplementation');
|
||||
xhrImpl = require('./BB10XHRImplementation');
|
||||
|
||||
|
||||
function getBasicAuthHeader(urlString) {
|
||||
|
||||
Reference in New Issue
Block a user