mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-29 14:04:22 +00:00
Fix typo
This commit is contained in:
parent
fa1db3b290
commit
6208b58aba
2
dist/htmx.js
vendored
2
dist/htmx.js
vendored
@ -1751,7 +1751,7 @@ return (function () {
|
||||
}
|
||||
|
||||
function getHXValsForElement(elt, expressionVars) {
|
||||
return getValuesForElement(elt, "hx-vars", function(valueStr){
|
||||
return getValuesForElement(elt, "hx-vals", function(valueStr){
|
||||
return JSON.parse(expressionVars);
|
||||
}, expressionVars);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user