diff --git a/mod.js b/mod.js index 544f4bf..f08f98e 100644 --- a/mod.js +++ b/mod.js @@ -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/lazyfill@1.5.5/'; +var root = 'cdn.jsdelivr.net/gh/nuxodin/lazyfill@1.5.9/'; var ending = '.min.js'; //var root = 'localhost/github/lazyfill/'; var ending = '.js';