mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-04-22 23:38:53 +00:00
Rename queues to fit const naming convention
This commit is contained in:
@@ -39,9 +39,9 @@ var umiPreviousTags = [];
|
||||
/// Similar to a callback system, but primitive.
|
||||
|
||||
// Queues
|
||||
const afterInsertQueue = [];
|
||||
const afterSetupQueue = [];
|
||||
const afterConfigChangeQueue = [];
|
||||
const QUEUE_AFTER_INSERT = [];
|
||||
const QUEUE_AFTER_SETUP = [];
|
||||
const QUEUE_AFTER_CONFIG_CHANGE = [];
|
||||
|
||||
// List of parsers to try
|
||||
const parsers = [];
|
||||
const PARSERS = [];
|
||||
Reference in New Issue
Block a user