Hi Mike,
Ok, first test, Windows Firefox, Chrome and IE11 setting:
:static-fns false
in two places, here and here works:
:compiler {:output-to "target/cljsbuild/public/js/app.js"
:output-dir "target/cljsbuild/public/js/out"
:asset-path "js/out"
:optimizations :none
:static-fns false
:pretty-print true}}}}
:and:
(cljs/eval-str
(cljs/empty-state)
src
'foo.bar
{:eval cljs/js-eval
:source-map true
:load load-fn
:static-fns false
:def-emits-var true
:ns cljs-eval-example.fns}
I'll try on Mac Safari in a minute
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.