From e19af8802e3a4b419cb224db1dfeaf89444dc367 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Wed, 21 Sep 2022 23:14:39 +0200 Subject: [PATCH] UPD: Carousel --- dist/js/app.js.LICENSE.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dist/js/app.js.LICENSE.txt diff --git a/dist/js/app.js.LICENSE.txt b/dist/js/app.js.LICENSE.txt new file mode 100644 index 0000000..7645343 --- /dev/null +++ b/dist/js/app.js.LICENSE.txt @@ -0,0 +1,7 @@ +/*! + * 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 + */