From 2b2e45f57b23620eeb97c1d780aa0fff1b5c1674 Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Tue, 4 May 2021 16:40:23 +0200 Subject: [PATCH] new version --- README.md | 2 +- htmlfills.js | 2 +- mod.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f7d0c8..b898f0f 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/htmlfills.js b/htmlfills.js index 6979131..777be1f 100644 --- a/htmlfills.js +++ b/htmlfills.js @@ -65,7 +65,7 @@ document.addEventListener('DOMContentLoaded', function () { }); /* /onElement */ -//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/html/'; +//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/html/'; var polyfills = { dialog: { diff --git a/mod.js b/mod.js index 3f1d24d..f6b2b30 100644 --- a/mod.js +++ b/mod.js @@ -43,7 +43,7 @@ addCombo('polyfill.io/v3/polyfill.min.js?features=Intl', { getCanonicalLocales:1, }, Intl); -addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/Element/combo.js', { +addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/Element/combo.js', { matches:1, closest:1, prepend:1, @@ -166,7 +166,7 @@ function addFsStruct(obj, realObj, rootUrl){ } } } -addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/'); +addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.6.0/polyfills/'); var url;