mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-03-13 18:08:10 +00:00
more savings
This commit is contained in:
parent
ee933faf0a
commit
6409d1dd69
@ -192,7 +192,7 @@ var htmx = (() => {
|
||||
token += tokens[++i];
|
||||
}
|
||||
if (token.includes("[") && !token.includes("]")) {
|
||||
throw "Unterminated event filter: " + token;
|
||||
throw "unterminated:" + token;
|
||||
}
|
||||
currentSpec = {name: token};
|
||||
specs.push(currentSpec);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user