On Mar 29, 2006, at 9:53 PM, Oliver Steele wrote:

> or this:
>      var sc = {width: '_xscale', height: '_yscale'}[axis];


FWIW, this type of construct can be downright dangerous in Internet  
Explorer: object creation gets progressively slower as memory usage  
increases.  Constructs like this may seem to perform OK in the small  
case but will severely hamper performance in large apps.
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to