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

Unified Diff: ports/gdb/extension/background.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/gdb/background.js ('k') | ports/gdb/extension/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gdb/extension/background.js
diff --git a/ports/gdb/extension/background.js b/ports/gdb/extension/background.js
index f411c3d199a27c4c69bf474e871283e521604c72..df55c59e2132587d78c2c3497fb80d84d97c932e 100644
--- a/ports/gdb/extension/background.js
+++ b/ports/gdb/extension/background.js
@@ -292,7 +292,7 @@ function handleConnect(port) {
// Announce the new module.
notifyListeners('join');
-};
+}
/**
* Listen for internal connection events (from main.js).
« no previous file with comments | « ports/gdb/background.js ('k') | ports/gdb/extension/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698