diff --git a/src/htmx.js b/src/htmx.js index 202eddd9..dd88a299 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -1721,7 +1721,7 @@ return (function () { } } - var eventDetail = {xhr: xhr, target: target, requestConfig:requestConfig}; + var eventDetail = {xhr: xhr, target: target, requestConfig: requestConfig}; xhr.onload = function () { try { if (!triggerEvent(elt, 'htmx:beforeOnLoad', eventDetail)) return;