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