Yes that should be PersistentVector. Fixed in master thanks! David
On Tue, May 1, 2012 at 1:10 PM, Rob <[email protected]> wrote: > Hi, > > I just tried running the sample in samples/dom. Got this error: > > No protocol method DOMBuilder.-element defined for type object: [:ul [:li > :li :li]] > > In src/cljs/clojure/browser/dom.cljs, it looks like it extends the > protocol to 'Vector'... > ~~ line: 65 ~~ > Vector > (-element > [this] > (log "Vector (-element " this ")") > ... > > Is "Vector" not the right type name? > > Rob > > -- > 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 -- 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
