mootools 1.3.1
<div id="div2"></div>
<div id="div1"></div>
<div id="div3"></div>
--
$$("#div1, #div2, #div3") returns an Elements instance with this result:div2 div1 div3 does the return order depend on DOM position of the elements? I REALLY DON'T LIKE THIS BEHAVIOR. O_O
