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

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

Powered by Google App Engine
This is Rietveld 408576698