diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler.js b/src/compiler.js index 395c7acd..3a21de33 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -2,10 +2,10 @@ // Prep - allow this to run in both SpiderMonkey and V8 if (!this['load']) { - load = function(f) { eval(snarf(f)) } + load = function(f) { eval(snarf(f)) }; } if (!this['read']) { - read = function(f) { snarf(f) } + read = function(f) { snarf(f) }; } load('settings.js'); |