With the recent update, we no longer have a script/cljs-repl. You would now use:
lein repl (go) to accomplish the same thing. In your case, you can use: lein repl (binding [*open-url-script* xxxxx] (go)) Brenton On Jan 25, 3:19 pm, Raju Bitter <[email protected]> wrote: > clojure.java.browse/open-url-in-swing is called a fallback method, and > then the ClojureScript app is not rendered correctly. > > http://bit.ly/yPagHl > > I'll see if I can create a workaround for that. > > - Raju -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
