CB-10978 Fix file-transfer.tests JSHint issues

This commit is contained in:
daserge
2016-03-29 08:57:57 +03:00
parent ca6593703e
commit 2b8c1a6101
+2 -2
View File
@@ -770,7 +770,7 @@ exports.defineAutoTests = function () {
var downloadFail = function() {
unexpectedCallbacks.httpFail();
done();
}
};
// This is an undocumented interface to File which exists only for testing
// backwards compatibilty. By obtaining the raw filesystem path of the download
@@ -1223,7 +1223,7 @@ exports.defineAutoTests = function () {
var uploadFail = function() {
unexpectedCallbacks.httpFail();
done();
}
};
var internalFilePath;
if (specContext.root.toInternalURL) {