Skip to content

Commit

Permalink
Update lazyfill script to version 1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed May 8, 2024
1 parent 2befe4b commit c53e43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 **3Kb** to polyfill a lot of Stuff!

Add this script on the top of your page:
```html
<script src="https://cdn.jsdelivr.net/gh/nuxodin/[email protected].13/mod.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nuxodin/[email protected].14/mod.min.js"></script>
```
**done!**

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/[email protected].13/';
var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].14/';
var ending = '.min.js';

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

0 comments on commit c53e43f

Please sign in to comment.