CB-11959 Fixed the jshint issues
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/ac5233d3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/ac5233d3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/ac5233d3 Branch: refs/heads/1.6.x Commit: ac5233d349b3936fe16b55a87d2972b1288a9ebb Parents: ebf280b Author: Alexander Sorokin <[email protected]> Authored: Mon Oct 31 11:08:34 2016 +0300 Committer: Alexander Sorokin <[email protected]> Committed: Mon Oct 31 11:08:34 2016 +0300 ---------------------------------------------------------------------- tests/tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/ac5233d3/tests/tests.js ---------------------------------------------------------------------- diff --git a/tests/tests.js b/tests/tests.js index 5bed919..cc88eda 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -19,7 +19,7 @@ * */ -/* global exports, cordova, FileTransfer, FileTransferError, FileUploadOptions, LocalFileSystem */ +/* global exports, cordova, FileTransfer, FileTransferError, FileUploadOptions, LocalFileSystem, WinJS */ /* jshint jasmine: true */ @@ -53,7 +53,7 @@ exports.defineAutoTests = function () { // flags var isWindows = cordova.platformId === "windows8" || cordova.platformId === "windows"; - var isWindowsPhone81 = isWindows && WinJS.Utilities.isPhone + var isWindowsPhone81 = isWindows && WinJS.Utilities.isPhone; var isWP8 = cordova.platformId === "windowsphone"; var isBrowser = cordova.platformId === "browser"; var isIE = isBrowser && navigator.userAgent.indexOf("Trident") >= 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
