yolo
This commit is contained in:
parent
826c3b8aed
commit
75e8404e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@
|
|||
{:scittle.datascript
|
||||
{:init-fn scittle.datascript/init
|
||||
;; From https://github.com/tonsky/datascript/issues/298#issuecomment-813790783
|
||||
:prepend "if (global) { global.datascript = datascript } else if (window) { window.datascript = datascript } else { var datascript = {}}"
|
||||
:prepend "globalThis.datascript = {};"
|
||||
:depends-on #{:scittle}
|
||||
:entries [datascript.core]}}}}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue