We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26f538 commit d205353Copy full SHA for d205353
mod.js
@@ -1,7 +1,7 @@
1
!function(window, document){ 'use strict';
2
// other libaries should check properties like so: if (prop in obj) { ... }; so the getter will not fire
3
4
-var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].1/';
+var root = 'cdn.jsdelivr.net/gh/nuxodin/[email protected].3/';
5
var ending = '.min.js';
6
7
//var root = 'localhost/github/lazyfill/'; var ending = '.js';
0 commit comments