mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
14 lines
428 B
Plaintext
14 lines
428 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
|
|
*/
|
|
|
|
/*!
|
|
* Glide.js v3.6.0
|
|
* (c) 2013-2022 Jędrzej Chałubek (https://github.com/jedrzejchalubek/)
|
|
* Released under the MIT License.
|
|
*/
|