Skip to content

Commit

Permalink
remove console message
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Apr 16, 2021
1 parent f8da1e4 commit 6958ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 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.0/mod.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.1/mod.min.js"></script>
```
done!

Expand Down
5 changes: 2 additions & 3 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.0/polyfills/Element/combo.js', {
addCombo('cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.1/polyfills/Element/combo.js', {
matches:1,
closest:1,
prepend:1,
Expand Down Expand Up @@ -147,11 +147,10 @@ function addFsStruct(obj, realObj, rootUrl){
}
}
}
addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.0/polyfills/');
addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@0.3.1/polyfills/');


var url;
console.log(urls)
for (url in urls) addGetters(url, urls[url]);

console.log('lazyfill: getters added');
Expand Down

0 comments on commit 6958ce7

Please sign in to comment.