Hi Walter, thanks very much for the fix, good catch--I've updated the
github repo and the post to reflect this change.

Thanks!

DD

(2013/12/13 6:26), Walter van der Laan wrote:
> Hi Dave,
> 
> Thanks for the overview.
> 
> I found one error. When running the Google Clojure example on its own
> this expression gives an error:
> (first (query "#menu ul"))
> This is because 'first' depends on the protocols implemented in
> domina.events.
> 
> This expression will fix the error:
> (aget (query "#menu ul") 0)
> 
> On Thursday, December 12, 2013 8:05:57 AM UTC+1, David Della Costa wrote:
> 
>     Hi folks,
> 
>     Albeit a little later than I'd hoped, I've written a post giving a
>     high-level overview of the DOM manipulation/Event handling libraries
>     available in ClojureScript at the present time:
> 
>     http://davedellacosta.com/cljs-dom-survey
>     <http://davedellacosta.com/cljs-dom-survey>
> 
>     It's aimed at beginners in ClojureScript, for the most part, but may be
>     useful to anyone who isn't familiar with the DOM libraries out there
>     and
>     their relative merits.
> 
>     If I've forgotten anything or made any mistakes, or otherwise have
>     comments, please drop me a line.
> 
>     Thank you!
> 
>     Best,
>     Dave
> 
> -- 
> -- 
> 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 from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> 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 unsubscribe from this group and stop receiving emails from it, send
> an email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
-- 
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 from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to