aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.js')
-rw-r--r--src/parser.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.js b/src/parser.js
index 541addc4..73733d48 100644
--- a/src/parser.js
+++ b/src/parser.js
@@ -1,3 +1,5 @@
+'use strict';
+
var OPERATORS = {
'null':function(self){return null;},
'true':function(self){return true;},