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

Unified Diff: ports/emacs-x/Xsdl.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/tests/jseval_test.js ('k') | ports/gdb/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/emacs-x/Xsdl.js
diff --git a/ports/emacs-x/Xsdl.js b/ports/emacs-x/Xsdl.js
index 73e3ee9b10dad3473e1a623b6fd7e107a77b85cb..41103ca16dcc82b59f886fe0bac8d0e246e4748a 100644
--- a/ports/emacs-x/Xsdl.js
+++ b/ports/emacs-x/Xsdl.js
@@ -4,6 +4,10 @@
* found in the LICENSE file.
*/
+/* globals NaClTerm, NaClProcessManager */
+
+'use strict';
+
NaClTerm.nmf = 'Xsdl.nmf';
NaClTerm.argv = [
'-screen', '1024x768x32', '-ac', '-br', '-noreset', ':42'
« no previous file with comments | « ports/devenv/tests/jseval_test.js ('k') | ports/gdb/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698