From 7454dc598e00bc855f3d6227f516a0cc59b5a0c8 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 5 May 2012 22:50:01 +0100 Subject: [PATCH] JSHint obeisance --- archive/js/Utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/js/Utils.js b/archive/js/Utils.js index 94b6d285d..15f8c95d6 100755 --- a/archive/js/Utils.js +++ b/archive/js/Utils.js @@ -8,7 +8,7 @@ This file is a bit of a dumping ground; the expectation is that most of these fu \*/ (function(){ -/*jslint node: true */ +/*jslint node: true, browser: true */ "use strict"; var utils = exports;