Skip to content

Commit

Permalink
globalThis
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 25, 2023
1 parent cfaf6b0 commit 11b7a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scittle/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

(def !sci-ctx
(atom (sci/init {:namespaces namespaces
:classes {'js js/window
:classes {'js js/globalThis
:allow :all
'Math js/Math}
:ns-aliases {'clojure.pprint 'cljs.pprint}})))
Expand Down

0 comments on commit 11b7a56

Please sign in to comment.