Re: Trouble calling Dojo grid constructor from ClojureScript

2012-11-28 Thread Brian Nelson
know exactly why doing a goog.require("cljs.core") causes cljs.core to receive events from the DGrid constructor. Digging in with my javascript debugger and will update this as I find out more information. On Monday, November 19, 2012 11:15:54 PM UTC-6, Brian Nelson wrote: > > Hi, > &g

Trouble calling Dojo grid constructor from ClojureScript

2012-11-19 Thread Brian Nelson
Hi, I'm brand new to ClojureScript and have been trying to get myself familiarized with it's javascript interop capabilities by implementing the Dojo toolkit tutorials. I've successfully implemented several of the tutorials, but now I've run into something that I can't figure out and am looking fo