From 7086111ad4dd997e12a3220e1ee60c9b9bcf0bb8 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 7 Jan 2020 13:06:14 +0100 Subject: Added wordpress --- .../wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js (limited to 'srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js') diff --git a/srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js b/srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js new file mode 100644 index 0000000..4ff4111 --- /dev/null +++ b/srcs/wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js @@ -0,0 +1 @@ +!function(e){"function"!=typeof e.matches&&(e.matches=e.msMatchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||function(e){for(var t=this,o=(t.document||t.ownerDocument).querySelectorAll(e),n=0;o[n]&&o[n]!==t;)++n;return Boolean(o[n])}),"function"!=typeof e.closest&&(e.closest=function(e){for(var t=this;t&&1===t.nodeType;){if(t.matches(e))return t;t=t.parentNode}return null})}(window.Element.prototype); \ No newline at end of file -- cgit