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

Unified Diff: ports/ruby-ppapi/ruby.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/quakespasm/quakespasm.js ('k') | ports/scummvm/packaged_app/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ruby-ppapi/ruby.js
diff --git a/ports/ruby-ppapi/ruby.js b/ports/ruby-ppapi/ruby.js
index ed57cf679da3038d5f12e91332ff30c3060d329c..f10ddc5e73472e878712839bfe04c6c4b358173f 100644
--- a/ports/ruby-ppapi/ruby.js
+++ b/ports/ruby-ppapi/ruby.js
@@ -4,10 +4,10 @@
* found in the LICENSE file.
*/
-NaClTerm.nmf = 'ruby.nmf'
+NaClTerm.nmf = 'ruby.nmf';
/*
* Pass /bin/irb as argv[1] by default so we get an interactive
* shell
*/
-NaClTerm.argv = ['/bin/irb']
+NaClTerm.argv = ['/bin/irb'];
« no previous file with comments | « ports/quakespasm/quakespasm.js ('k') | ports/scummvm/packaged_app/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698