Skip to content

Commit d478573

Browse files
committed
Return the NODES array in getNodesByClass().
1 parent 1318ffe commit d478573

File tree

1 file changed

+1
-0
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+1
-0
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
for (var i = 0, m = nodes.length; i < m; i++) {
344344
if (name.test(nodes[i].className)) NODES.push = nodes[i];
345345
}
346+
return NODES;
346347
}
347348
),
348349
getNode: function (node,type) {

0 commit comments

Comments
 (0)