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;