Re: Creating global javascript objects (like Date) in Clojurescript

2011-08-12 Thread Conrad
Ah! I didn't know about a js namespace- Thanks for figuring that out, Michael! On Aug 12, 6:15 pm, Michael Wood wrote: > On 12 August 2011 23:19, Conrad wrote: > > > Sorry if this has an obvious answer, but there is still only limited > > documentation on clojurescript native interop on the net

Re: Creating global javascript objects (like Date) in Clojurescript

2011-08-12 Thread Michael Wood
On 12 August 2011 23:19, Conrad wrote: > Sorry if this has an obvious answer, but there is still only limited > documentation on clojurescript native interop on the net right now, > and none of the code I've seen of runs into this use case... > > How do I create a javascript Date object in Clojure