mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00
IE support: return null explicitly, fixes https://github.com/bigskysoftware/htmx/issues/1047
This commit is contained in:
parent
666c6aa8e5
commit
447211742e
@ -533,6 +533,7 @@ return (function () {
|
||||
}
|
||||
}
|
||||
while (elt = elt && parentElt(elt));
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user