gives no error in Eclipse just runtime error

if(true) alert(“true”);

works

if(true) { alert(“true”); }

Submitted by Terje Pedersen on 3 May 2011 at 09:43

On 11 May 2011 at 14:34 Zef Hemel closed this issue.

On 11 May 2011 at 14:34 Zef Hemel commented:

Will work in 0.4.4.


On 11 May 2011 at 14:34 Zef Hemel tagged 0.4.4

Log in to post comments