Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master ca6593703 -> 2b8c1a610


CB-10978 Fix file-transfer.tests 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/2b8c1a61
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/2b8c1a61
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/2b8c1a61

Branch: refs/heads/master
Commit: 2b8c1a6101c57198000a8d9ab6d48d239c1c5014
Parents: ca65937
Author: daserge <v-ses...@microsoft.com>
Authored: Tue Mar 29 08:57:57 2016 +0300
Committer: daserge <v-ses...@microsoft.com>
Committed: Tue Mar 29 08:57:57 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/2b8c1a61/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index d5c5de6..120c716 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -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) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to