diff --git a/deps.edn b/deps.edn index 10af7cf..54fd4b6 100644 --- a/deps.edn +++ b/deps.edn @@ -3,7 +3,7 @@ {org.clojure/clojure {:mvn/version "1.11.1"} thheller/shadow-cljs {:mvn/version "2.20.15"} org.babashka/sci {:git/url "https://github.com/babashka/sci" - :git/sha "8da8f44c41f507e56256b23d0a05c0172d881859"} + :git/sha "3e4689f5163c825ba6fd3085d08b0f95eee00c40"} #_{:local/root "../babashka/sci"} reagent/reagent {:mvn/version "1.1.1"} re-frame/re-frame {:mvn/version "1.3.0"} diff --git a/plugins/hoplon/src/scittle_plugin.edn b/plugins/hoplon/src/scittle_plugin.edn index c086c97..5a9f8f6 100644 --- a/plugins/hoplon/src/scittle_plugin.edn +++ b/plugins/hoplon/src/scittle_plugin.edn @@ -7,7 +7,7 @@ {:modules {:scittle.hoplon {:init-fn scittle.hoplon/init :depends-on #{:scittle :scittle.javelin} - :entries [hoplon.core hoplon.goog]} + :entries [hoplon.core hoplon.dom]} :scittle.javelin {:init-fn scittle.javelin/init :depends-on #{:scittle} :entries [javelin.core]}}}}] diff --git a/src/scittle/core.cljs b/src/scittle/core.cljs index 33b842f..948e0d1 100644 --- a/src/scittle/core.cljs +++ b/src/scittle/core.cljs @@ -48,10 +48,10 @@ (store/reset-ctx! (sci/init {:namespaces namespaces - :classes {'js js/globalThis - :allow :all - 'Math js/Math} - :ns-aliases {'clojure.pprint 'cljs.pprint}})) + :classes {'js js/globalThis + :allow :all + 'Math js/Math} + :ns-aliases {'clojure.pprint 'cljs.pprint}})) (def !last-ns (volatile! @sci/ns))