Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: ports/devenv/tests/common.js

Issue 1415743013: Run jshint over all JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@repo_conf
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/devenv/mounter.js ('k') | ports/devenv/tests/devenv_large_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/tests/common.js
diff --git a/ports/devenv/tests/common.js b/ports/devenv/tests/common.js
index 9b4261c3340d899f24b18a592555056a83f36c75..e2cf7dad52b9e3bfcac25d82d6ae57cc3d8978e9 100644
--- a/ports/devenv/tests/common.js
+++ b/ports/devenv/tests/common.js
@@ -4,6 +4,8 @@
* found in the LICENSE file.
*/
+/* globals ASSERT_EQ, EXPECT_EQ, EXPECT_TRUE, chrometest */
+
'use strict';
function DevEnvTest() {
@@ -15,7 +17,7 @@ function DevEnvTest() {
// Buffer incoming TCP messages.
this.tcpBuffer = {};
this.tcpDisconnected = {};
-};
+}
DevEnvTest.prototype = new chrometest.Test();
DevEnvTest.prototype.constructor = DevEnvTest;
« no previous file with comments | « ports/devenv/mounter.js ('k') | ports/devenv/tests/devenv_large_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698