You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/12/31 06:56:56 UTC

[06/13] cordova-app-harness git commit: Fix jslint error in harnessclient

Fix jslint error in harnessclient


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/eb79102c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/eb79102c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/eb79102c

Branch: refs/heads/master
Commit: eb79102cf562c8f94546319a5f990b541504af2c
Parents: 8da05bf
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Nov 6 15:44:50 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Dec 31 00:42:25 2014 -0500

----------------------------------------------------------------------
 harness-push/node_modules/cordova-harness-client/harnessclient.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/eb79102c/harness-push/node_modules/cordova-harness-client/harnessclient.js
----------------------------------------------------------------------
diff --git a/harness-push/node_modules/cordova-harness-client/harnessclient.js b/harness-push/node_modules/cordova-harness-client/harnessclient.js
index 169a4dd..ab76548 100644
--- a/harness-push/node_modules/cordova-harness-client/harnessclient.js
+++ b/harness-push/node_modules/cordova-harness-client/harnessclient.js
@@ -46,7 +46,7 @@ HarnessClient.detectAdbTargets = function() {
                    a.type > b.type ? 1 :
                    0;
         });
-        return devices.map(function(d) { return 'adb:' + d.id });
+        return devices.map(function(d) { return 'adb:' + d.id; });
     }, function() {
         return Q.reject('Could not run adb command.');
     });


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