hardlounge/client/js/libs/handlebars
Jérémie Astori caa46042bf Enforce strict mode across all JS files with ESLint
Several ES6 additions are only available in strict mode. Example:
> SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

Strict mode was also enabled in a few of our files already, and it is a good thing to have anyway.
2016-10-09 15:14:02 -04:00
..
colorClass.js Add light colors for dark themes Morning and Zenburn 2016-05-15 15:21:18 -04:00
diff.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
equal.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
localetime.js Display localized timestamp in title of message times 2016-10-01 02:46:19 -04:00
modes.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
parse.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
roundBadgeNumber.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
tojson.js Move the sidebar serverOptions to the according template 2016-04-10 01:04:39 -04:00
tz.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00
users.js Enforce strict mode across all JS files with ESLint 2016-10-09 15:14:02 -04:00