mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
Clean up some code with eslint. Add eslintrc. Fix the FFZ:AP fix for jQuery only existing on some pages. Start renaming functions toCamelCase. Add old style RGB Loop color processing. Clean up Chat Freeze a bit.
This commit is contained in:
parent
a887425602
commit
7708caebb5
11 changed files with 333 additions and 171 deletions
|
@ -126,7 +126,8 @@ window.ffz = new FrankerFaceZ();
|
|||
FrankerFaceZ.chat_commands = {};
|
||||
FrankerFaceZ.settings_info = {};
|
||||
FrankerFaceZ.utils = {
|
||||
process_int(a,b,c) { return a }
|
||||
process_int: a => a
|
||||
}
|
||||
window.App = true;
|
||||
jQuery.noty = {themes: {}};
|
||||
if ( window.jQuery )
|
||||
window.jQuery.noty = {themes: {}};
|
Loading…
Add table
Add a link
Reference in a new issue