In the case of the dependency in crosspagechannel, relevant to the browser
repl, svn blame tells me that in commit r1816, the dependency to
goog.async.Deferred got added to xpc:
http://code.google.com/p/closure-library/source/diff?spec=svn1816&r=1816&format=side&path=/trunk/closure/goog/net/xpc/cro
The real question I'm hoping somebody can answer is: what changed to cause
this? The G.Closure library or ClojureScript?
-S
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts
I should mention, there's an easy temporary fix: just add the third-party
library as a dependency in your project:
;; In :dependencies vector of Leiningen's project.clj
[org.clojure/google-closure-library-third-party "0.0-2029"]
-S
--
You received this message because you are subscrib