summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/mongohelpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/scripting/mozjs/mongohelpers.js')
-rw-r--r--src/mongo/scripting/mozjs/mongohelpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/scripting/mozjs/mongohelpers.js b/src/mongo/scripting/mozjs/mongohelpers.js
index 9756b3de3fe..2396d74efc6 100644
--- a/src/mongo/scripting/mozjs/mongohelpers.js
+++ b/src/mongo/scripting/mozjs/mongohelpers.js
@@ -93,7 +93,7 @@ exportToMongoHelpers = {
return 'function() { ' + fnSrc + ' }';
}
}
-}
+};
// WARNING: Anything outside the exportToMongoHelpers dictionary will be available in the
// global scope and visible to users!