Using Y.all to create a Y.NodeList

Something goes wrong when passing in an array of Y.Nodes rather than DOM elements.

replace the arr.push( el ); with arr.push( el._node ); and it works fine.