issues with usage of window

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

issues with usage of window

Amber Smalltalk mailing list
Hi!

I am not able to implement a working version of the js code in amber.

I installed the 0.14 version today and created a project with amber init.
All default stuff though.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: issues with usage of window

Herby Vojčík
It's best _not_ to use the global `window`. Do you really need it? To access global foo, you don't use `window foo`, just `foo` is enough.

Though, it should be usable fine in 0.14.0.

'Sebastian Heidbrink' via amber-lang wrote:
> Hi!
>
> I am not able to implement a working version of the js code in amber.
>
> I installed the 0.14 version today and created a project with amber init.
> All default stuff though.
>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.