Skip to content

Commit d205353

Browse files
committed
Update mod.js
1 parent d26f538 commit d205353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!function(window, document){ 'use strict';
22
// other libaries should check properties like so: if (prop in obj) { ... }; so the getter will not fire
33

4-
var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].1/';
4+
var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].3/';
55
var ending = '.min.js';
66

77
//var root = 'localhost/github/lazyfill/'; var ending = '.js';

0 commit comments

Comments
 (0)