mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 22:11:22 +00:00
var fix
This commit is contained in:
parent
5bc71beafd
commit
05bb5719d0
@ -911,7 +911,7 @@ return (function () {
|
||||
triggerSpec.delay = parseInterval(consumeUntil(tokens, WHITESPACE_OR_COMMA));
|
||||
} else if (token === "from" && tokens[0] === ":") {
|
||||
tokens.shift();
|
||||
let from_arg = consumeUntil(tokens, WHITESPACE_OR_COMMA);
|
||||
var from_arg = consumeUntil(tokens, WHITESPACE_OR_COMMA);
|
||||
if (from_arg === "closest" || from_arg === "find") {
|
||||
tokens.shift();
|
||||
from_arg +=
|
||||
|
Loading…
x
Reference in New Issue
Block a user