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

Unified Diff: ports/civetweb/civetweb.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 | « package.json ('k') | ports/curl/curl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/civetweb/civetweb.js
diff --git a/ports/civetweb/civetweb.js b/ports/civetweb/civetweb.js
index f9327df4bd7896cb50e53cfd8dc0754e56dd2b35..33843e20ee705f437928c6325b8db7296b68b612 100644
--- a/ports/civetweb/civetweb.js
+++ b/ports/civetweb/civetweb.js
@@ -4,11 +4,13 @@
* found in the LICENSE file.
*/
+/* globals NaClTerm, lib */
+
'use strict';
-NaClTerm.nmf = 'civetweb.nmf'
+NaClTerm.nmf = 'civetweb.nmf';
-lib.rtdep('lib.f')
+lib.rtdep('lib.f');
window.onload = function() {
lib.init(function() {
« no previous file with comments | « package.json ('k') | ports/curl/curl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698