You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/08 00:56:59 UTC

[06/11] cordova-plugin-file-transfer git commit: CB-11959 Fixed the jshint issues

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 <al...@akvelon.com>
Authored: Mon Oct 31 11:08:34 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org