Open GoogleCodeExporter opened 8 years ago
Note : the bug is due to the wrong use of Array.find.
By Calling Array.find, this will return the first elements which makes the
function return true. Thus, if you return the result of the recursion in the
function, you will obtain the element which have the result among its
deep-children. But not the child !
Original comment by florent....@gmail.com
on 16 Jun 2011 at 2:37
Original issue reported on code.google.com by
florent....@gmail.com
on 16 Jun 2011 at 2:31