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
|
|
|
|
*/
|
2023-09-16 18:28:26 +02:00
|
|
|
|
|
|
|
/*!
|
|
|
|
* Glide.js v3.6.0
|
|
|
|
* (c) 2013-2022 Jędrzej Chałubek (https://github.com/jedrzejchalubek/)
|
|
|
|
* Released under the MIT License.
|
|
|
|
*/
|
2023-10-23 18:57:41 +02:00
|
|
|
|
|
|
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|