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

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

import collectElements from './collectElements';
/**
 * Collects all parent elements of a given element.
 * 
 * @param node the element
 */

export default function parents(node) {
  return collectElements(node, 'parentElement');
}
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer