Return the NODES array in getNodesByClass().
This commit is contained in:
parent
1318ffeb88
commit
d478573b33
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user