mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
/*!
|
|
* 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
|
|
*/
|