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() { |