a80db339f8
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.
11 lines
166 B
Text
11 lines
166 B
Text
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"globals": {
|
|
"angular": false,
|
|
"weeChat": false,
|
|
"_": false,
|
|
"Notification": false,
|
|
"Favico": false
|
|
}
|
|
}
|