Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed May 3, 2021
1 parent d21c32c commit f75fcd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Let's assume that your browser does not support the function "String.prototype.a

Add this script on the top of your page:
```html
<script src="https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.2/mod.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/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@0.3.2/polyfills/html/';
//var rootSrc = 'https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/html/';

var polyfills = {
dialog: {
Expand Down
4 changes: 2 additions & 2 deletions mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ addCombo('polyfill.io/v3/polyfill.min.js?features=Intl', {
getCanonicalLocales:1,
}, Intl);

addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.2/polyfills/Element/combo.js', {
addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/Element/combo.js', {
matches:1,
closest:1,
prepend:1,
Expand Down Expand Up @@ -158,7 +158,7 @@ function addFsStruct(obj, realObj, rootUrl){
}
}
}
addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.2/polyfills/');
addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.5.0/polyfills/');


var url;
Expand Down

0 comments on commit f75fcd7

Please sign in to comment.