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

Unified Diff: ports/gforth/gforth.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/tests/gdb_background_test.js ('k') | ports/gimp-app/Xsdl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gforth/gforth.js
diff --git a/ports/gforth/gforth.js b/ports/gforth/gforth.js
index 7977d62ba2ed6f8fc072a76aa03260ba67137778..488283a35d24748adbdac67fb80348fb864af8c3 100644
--- a/ports/gforth/gforth.js
+++ b/ports/gforth/gforth.js
@@ -4,9 +4,11 @@
* found in the LICENSE file.
*/
+/* globals NaClTerm, lib */
+
'use strict';
-NaClTerm.nmf = 'gforth.nmf'
+NaClTerm.nmf = 'gforth.nmf';
function onFailure() {
console.log('Failed to allocate space!\n');
« no previous file with comments | « ports/gdb/tests/gdb_background_test.js ('k') | ports/gimp-app/Xsdl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698