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

Unified Diff: ports/gdb/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/emacs-x/Xsdl.js ('k') | ports/gdb/extension/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gdb/background.js
diff --git a/ports/gdb/background.js b/ports/gdb/background.js
index 2728df7bff77cd1209c158481c9bcb2b721dcee8..0764d2308dad512ddf6c8c335f67d05480cee0bc 100644
--- a/ports/gdb/background.js
+++ b/ports/gdb/background.js
@@ -361,7 +361,7 @@ DebugConnection_.prototype.createGdb_ = function() {
argv.forEach(function(arg) {
var argname = 'arg' + argn;
addParam(argname, arg);
- argn = argn + 1
+ argn = argn + 1;
});
document.body.appendChild(gdb);
« no previous file with comments | « ports/emacs-x/Xsdl.js ('k') | ports/gdb/extension/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698