On Aug 30, 11:05 am, atucker <[email protected]> wrote:
/ I thought perhaps the problem was related to this
onehttp://groups.google.com/group/clojure/browse_thread/thread/2ad1db6d4...,
/ but Dragger.js hasn't been updated since January.
Sorry! That's not true at all. But even in the older library version
bundled with ClojureScript, function Dragger still looks like a
constructor and is labelled as such.
/ I also tried to require goog.ui but found the cljs compiler gives a
/ fatal error.
Specifically:
user=> (cljsc/build "hello.cljs" {:optimizations :advanced :output-to
"hello.js"})
Aug 30, 2011 11:58:56 AM
com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: hello:5: ERROR - required "goog.ui" namespace never provided
goog.require('goog.ui');
^
Aug 30, 2011 11:58:56 AM
com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 1 error(s), 0 warning(s)
ERROR: JSC_MISSING_PROVIDE_ERROR. required "goog.ui" namespace never
provided at hello line 5 : 12
nil
Ta, A.
--
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