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 + */