Use strict

Requires turning IrcUtils into an Angular service, because the global variable
trick won't work with use strict.
Reuse is still easily possible by removing the angular wrapping around it.
This commit is contained in:
Lorenz Hübschle-Schneider 2014-08-24 17:53:55 +01:00
commit a80db339f8
12 changed files with 100 additions and 55 deletions

View file

@ -1,8 +1,11 @@
{
"browser": true,
"devel": true,
"globals": {
"angular": false,
"$": false,
"window": false,
"console": false
"weeChat": false,
"_": false,
"Notification": false,
"Favico": false
}
}