> Thanks for the reply.
> I've already built with format option equal to true and the result is:
>
> <http://qooxdoo.678.n2.nabble.com/file/n7582851/qxerror.jpg>
>
> There is a syntax error on line: 14725
>
> 14724: ;if(zE(zG))for(var i=0;i<zG.length;i++){zG[i].dy+=h;}
> 14725: ;else for(var i=0;i<zG.length;i++){zG[i].dx+=w;}
> 14726: ;}
>
> How can I fix that?
Do two things:
a) File a bug for this. Just use the description from your initial post,
and the three code lines here.
b) To work around this, wrap the two for() loops in curly braces in your
original code:
"if (foo(bar)) { for (var i=0; ...){...} } else { for ... {...} }"
This will hopefully fix it.
T.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel