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:
parent
8758cad336
commit
a80db339f8
12 changed files with 100 additions and 55 deletions
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"globals": {
|
||||
"angular": false,
|
||||
"$": false,
|
||||
"window": false,
|
||||
"console": false
|
||||
"weeChat": false,
|
||||
"_": false,
|
||||
"Notification": false,
|
||||
"Favico": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue