babashka / scittle

Execute Clojure(Script) directly from browser script tags via SCI
https://babashka.org/scittle
Eclipse Public License 1.0
322 stars 29 forks source link

update-vals is not available #72

Closed timothypratley closed 10 months ago

timothypratley commented 10 months ago

When using

<script src="https://scicloj.github.io/scittle/js/scittle.js" type="text/javascript"></script>
<script type="application/x-scittle">update-vals</script>

Console Message: Could not resolve symbol: update-vals

timothypratley commented 10 months ago

Thankyou 😄