www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d478573b33de4e6101d3908e0599bd766a2a4e60
parent 1318ffeb88e6335fff48617fbadd76e8cbde25d7
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed, 27 Jan 2016 01:15:07 -0500

Return the NODES array in getNodesByClass().

Diffstat:
Munpacked/jax/output/CommonHTML/jax.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/unpacked/jax/output/CommonHTML/jax.js b/unpacked/jax/output/CommonHTML/jax.js @@ -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) {