-
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.
Update lazyfill script to version 1.7.13
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ Initial **3Kb** 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].12/mod.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/nuxodin/[email protected].13/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 |
---|---|---|
@@ -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].12/'; | ||
var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].13/'; | ||
var ending = '.min.js'; | ||
|
||
//var root = 'localhost/github/lazyfill/'; var ending = '.js'; | ||
|