Skip to content

Commit 2640c35

Browse files
committed
1.11.0 release
1 parent cc22d17 commit 2640c35

File tree

5 files changed

+149
-248
lines changed

5 files changed

+149
-248
lines changed

Diff for: dist/lozad.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! lozad.js - v1.10.0 - 2019-09-28
1+
/*! lozad.js - v1.11.0 - 2019-09-29
22
* https://github.com/ApoorvSaxena/lozad.js
33
* Copyright (c) 2019 Apoorv Saxena; Licensed MIT */
44

Diff for: dist/lozad.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
/*! lozad.js - v1.10.0 - 2019-09-28
1+
/*! lozad.js - v1.11.0 - 2019-09-29
22
* https://github.com/ApoorvSaxena/lozad.js
33
* Copyright (c) 2019 Apoorv Saxena; Licensed MIT */
44

55

66
(function (global, factory) {
77
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
88
typeof define === 'function' && define.amd ? define(factory) :
9-
(global.lozad = factory());
10-
}(this, (function () { 'use strict';
9+
(global = global || self, global.lozad = factory());
10+
}(this, function () { 'use strict';
1111

1212
/**
1313
* Detect IE browser
@@ -161,4 +161,4 @@
161161

162162
return lozad;
163163

164-
})));
164+
}));

Diff for: dist/lozad.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)