From b9e32fad2df9d8ff733cb67979735a8cd11d2cdd Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Wed, 28 Jul 2021 00:14:18 +0200 Subject: [PATCH] version --- README.md | 2 +- htmlfills.js | 2 +- mod.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03da4ea..ce8ed55 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Initial **2Kb** to polyfill a lot of Stuff. Add this script on the top of your page: ```html - + ``` **done!** diff --git a/htmlfills.js b/htmlfills.js index 8763bf2..8dc2fc6 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@1.5.2/polyfills/html/'; +//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.4/polyfills/html/'; var polyfills = { dialog: { diff --git a/mod.js b/mod.js index 07a6297..abbe0b3 100644 --- a/mod.js +++ b/mod.js @@ -1,7 +1,7 @@ !function(window, document){ 'use strict'; // other libaries should check properties like so: if (prop in obj) { ... }; so the getter will not fire -var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.2/'; +var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.4/'; var ending = '.min.js'; //var root = 'localhost/github/lazyfill/'; var ending = '.js';