Skip to content

Commit

Permalink
July 22, 2021 11:53 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Jul 22, 2021
1 parent 6452d1c commit 93cf44e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Initial **2Kb** to polyfill a lot of Stuff.

Add this script on the top of your page:
```html
<script src="https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.0/mod.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.2/mod.min.js"></script>
```
**done!**

Expand Down
2 changes: 1 addition & 1 deletion htmlfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ document.addEventListener('DOMContentLoaded', function () {
});
/* /onElement */

//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.0/polyfills/html/';
//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.2/polyfills/html/';

var polyfills = {
dialog: {
Expand Down
2 changes: 1 addition & 1 deletion mod.js
Original file line number Diff line number Diff line change
@@ -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.1/';
var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.2/';
var ending = '.min.js';

//var root = 'localhost/github/lazyfill/'; var ending = '.js';
Expand Down

0 comments on commit 93cf44e

Please sign in to comment.