Andreas
Thank you for pointing this out. I have fixed this on the readme page. I
also noticed it is wrong in a few other places. I will fix them today
also. Enfocus also has a google group if you run into more issues.
https://groups.google.com/group/enfocus
Creighton
--
You received t
Thanks for point that out. It will be fixed shortly.
CK
On Friday, June 15, 2012 1:40:22 AM UTC-4, Andreas Kostler wrote:
>
> There you go...wrong on the example-page then.
> Thanks David
>
>
> On 15 June 2012 15:00, David Nolen wrote:
>
>> On Fri, Jun 15, 2012 at 1:23 AM, Andreas Kostler <
>>
There you go...wrong on the example-page then.
Thanks David
On 15 June 2012 15:00, David Nolen wrote:
> On Fri, Jun 15, 2012 at 1:23 AM, Andreas Kostler <
> andreas.koest...@leica-geosystems.com> wrote:
>
>> (set! (.onload js/window) start)
>
>
> Should be (set! (.-onload js/window) start)
>
>
On Fri, Jun 15, 2012 at 1:23 AM, Andreas Kostler <
andreas.koest...@leica-geosystems.com> wrote:
> (set! (.onload js/window) start)
Should be (set! (.-onload js/window) start)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group,
Hi everyone,
I finally decided to give clojurescript a spin. Unfortunately, the momentum
died before I even got the ball running. I'm trying to replicate the
canonical example on the enfocus website using lein-cljsbuild [0.2.1] and
enfocus [0.9.1-SNAPSHOT]:
(ns my.namespace
(:require [enfocus.c