Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Jul 27, 2021
1 parent 58b6c50 commit b9e32fa
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/[email protected].2/mod.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nuxodin/[email protected].4/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/[email protected].2/polyfills/html/';
//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/[email protected].4/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/[email protected].2/';
var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].4/';
var ending = '.min.js';

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

0 comments on commit b9e32fa

Please sign in to comment.