-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].0/mod.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/nuxodin/[email protected].1/mod.min.js"></script> | ||
``` | ||
done! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ addCombo('polyfill.io/v3/polyfill.min.js?features=Intl', { | |
getCanonicalLocales:1, | ||
}, Intl); | ||
|
||
addCombo('cdn.jsdelivr.net/gh/nuxodin/[email protected].0/polyfills/Element/combo.js', { | ||
addCombo('cdn.jsdelivr.net/gh/nuxodin/[email protected].1/polyfills/Element/combo.js', { | ||
matches:1, | ||
closest:1, | ||
prepend:1, | ||
|
@@ -147,11 +147,10 @@ function addFsStruct(obj, realObj, rootUrl){ | |
} | ||
} | ||
} | ||
addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/[email protected].0/polyfills/'); | ||
addFsStruct(lazyfills, window, 'cdn.jsdelivr.net/gh/nuxodin/[email protected].1/polyfills/'); | ||
|
||
|
||
var url; | ||
console.log(urls) | ||
for (url in urls) addGetters(url, urls[url]); | ||
|
||
console.log('lazyfill: getters added'); | ||
|