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

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

var toArray = Function.prototype.bind.call(Function.prototype.call, [].slice);
/**
 * Collects all child nodes of an element.
 * 
 * @param node the node
 */

export default function childNodes(node) {
  return node ? toArray(node.childNodes) : [];
}
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer