From 62c1dddccc316599b9e8bcd64f78820ee0cf9d1a Mon Sep 17 00:00:00 2001 From: Tobias Buschor Date: Tue, 3 May 2022 02:06:50 +0200 Subject: [PATCH] Update mod.js --- mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.js b/mod.js index 544f4bf..f08f98e 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.5/'; +var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.9/'; var ending = '.min.js'; //var root = 'localhost/github/lazyfill/'; var ending = '.js';