Skip to content

Commit

Permalink
Update mod.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin authored Apr 15, 2021
1 parent 57b799b commit cb17da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var urls = {
'unpkg.com/@ungap/[email protected]/es.js':{
'customElements':[window],
},
'cdn.jsdelivr.net/gh/nuxodin/[email protected].3/polyfills/Element/combo.js':{
'cdn.jsdelivr.net/gh/nuxodin/[email protected].4/polyfills/Element/combo.js':{
'matches':[Element],
'prepend':[Element],
'append':[Element],
Expand Down Expand Up @@ -131,7 +131,7 @@ function createUrls(obj, realObj, rootUrl){
}
}
}
createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/[email protected].3/polyfills/');
createUrls(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/[email protected].4/polyfills/');


var url, props, prop, obj, objects, i;
Expand Down

0 comments on commit cb17da5

Please sign in to comment.