mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
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:
parent
54c89e4e3e
commit
157a06cb8d
@ -1,4 +1,4 @@
|
|||||||
const htmx = (function () {
|
var htmx = (function () {
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
// Public API
|
// Public API
|
||||||
|
Loading…
x
Reference in New Issue
Block a user