Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1.11.0 release
  • Loading branch information
ApoorvSaxena committed Sep 29, 2019
1 parent cc22d17 commit 2640c35
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 248 deletions.
2 changes: 1 addition & 1 deletion dist/lozad.es.js
@@ -1,4 +1,4 @@
/*! lozad.js - v1.10.0 - 2019-09-28
/*! lozad.js - v1.11.0 - 2019-09-29
* https://github.com/ApoorvSaxena/lozad.js
* Copyright (c) 2019 Apoorv Saxena; Licensed MIT */

Expand Down
8 changes: 4 additions & 4 deletions dist/lozad.js
@@ -1,13 +1,13 @@
/*! lozad.js - v1.10.0 - 2019-09-28
/*! lozad.js - v1.11.0 - 2019-09-29
* https://github.com/ApoorvSaxena/lozad.js
* Copyright (c) 2019 Apoorv Saxena; Licensed MIT */


(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.lozad = factory());
}(this, (function () { 'use strict';
(global = global || self, global.lozad = factory());
}(this, function () { 'use strict';

/**
* Detect IE browser
Expand Down Expand Up @@ -161,4 +161,4 @@

return lozad;

})));
}));
4 changes: 2 additions & 2 deletions dist/lozad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2640c35

Please sign in to comment.