in file IsoContainer
at function addChildAt
//put the following "if" before pushing a child to displayListChildrenArray
if ( displayListChildrenArray.indexOf( child ) < 0 )
displayListChildrenArray.push(child);
Original issue reported on code.google.com by iov...@gmail.com on 3 Dec 2010 at 5:36
Original issue reported on code.google.com by
iov...@gmail.com
on 3 Dec 2010 at 5:36