> for(var e1 in entrys) {
Don't do this. This is just to emphasize what Martin mentioned. Use
for(;;) for arrays. If you use for ... in ... on an array, depending on
browser you get all kinds of internal attributes listed.
T.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel