From 6acbd2d65657b114eec406a9eed7c18ddf080175 Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Fri, 16 Apr 2021 07:21:00 +0200 Subject: [PATCH] version --- README.md | 2 +- mod.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32018b8..1666af5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Let's assume that your browser does not support the function "String.prototype.a Add this script on the top of your page: ```html - + ``` done! diff --git a/mod.js b/mod.js index 957bbb3..dcf1e37 100644 --- a/mod.js +++ b/mod.js @@ -36,7 +36,7 @@ var urls = { 'unpkg.com/@ungap/custom-elements@0.1.15/es.js':{ 'customElements':[window], }, - 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.5/polyfills/Element/combo.js':{ + 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.7/polyfills/Element/combo.js':{ 'matches':[Element.prototype], 'closest':[Element.prototype], 'prepend':[Element.prototype], @@ -144,7 +144,7 @@ function createUrls(obj, realObj, rootUrl){ } } -createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.5/polyfills/'); +createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.2.7/polyfills/'); var url, props, prop, obj, objects, i;