mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-02-07 16:50:07 +00:00
Also move the TacUtils class into the namespace for consistency
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// Utility functions for tag autocomplete
|
||||
|
||||
class TacUtils {
|
||||
TAC.Utils = class TacUtils {
|
||||
/**
|
||||
* Parses a CSV file into a 2D array. Doesn't use regex, so it is very lightweight.
|
||||
* We are ignoring newlines in quote fields since we expect one-line entries and parsing would break for unclosed quotes otherwise
|
||||
|
||||
Reference in New Issue
Block a user