silverstripe-webpack/app/client/dist/js/sample.js.LICENSE.txt

8 lines
291 B
Plaintext
Raw Normal View History

2022-11-01 21:16:18 +01:00
/*!
* Get all of an element's parent elements up the DOM tree
* (c) 2019 Chris Ferdinandi, MIT License, https://gomakethings.com
* @param {Node} elem The element
* @param {String} selector Selector to match against [optional]
* @return {Array} The parent elements
*/