Use var at top-level

This is so that htmx can be acccessed from the window object. Not sure
if that's a good thing, but we have historically supported it and we're
not gonna stop now.
This commit is contained in:
Alexander Petros 2023-12-21 12:40:03 -05:00
parent 54c89e4e3e
commit 157a06cb8d

View File

@ -1,4 +1,4 @@
const htmx = (function () { var htmx = (function () {
'use strict' 'use strict'
// Public API // Public API