DIR : /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm/collectElements.js

/home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm

export default function collectElements(node, direction) {
  var nextNode = null;
  var nodes = [];
  nextNode = node ? node[direction] : null;

  while (nextNode && nextNode.nodeType !== 9) {
    nodes.push(nextNode);
    nextNode = nextNode[direction] || null;
  }

  return nodes;
}
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer