Return the NODES array in getNodesByClass().

This commit is contained in:
Davide P. Cervone 2016-01-27 01:15:07 -05:00
parent 1318ffeb88
commit d478573b33

View File

@ -343,6 +343,7 @@
for (var i = 0, m = nodes.length; i < m; i++) {
if (name.test(nodes[i].className)) NODES.push = nodes[i];
}
return NODES;
}
),
getNode: function (node,type) {