Skip to content

Commit 15c4b06

Browse files
committed
1.12.0 release
1 parent c81ff2b commit 15c4b06

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.11.0 - 2019-10-07
1+
/*! lozad.js - v1.12.0 - 2019-10-18
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.11.0 - 2019-10-07
1+
/*! lozad.js - v1.12.0 - 2019-10-18
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
@@ -170,4 +170,4 @@
170170

171171
return lozad;
172172

173-
})));
173+
}));

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.

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lozad",
33
"title": "lozad.js",
44
"description": "A light-weight JS library to lazy load any HTML element such as images, ads, videos etc.",
5-
"version": "1.11.0",
5+
"version": "1.12.0",
66
"homepage": "https://github.com/ApoorvSaxena/lozad.js",
77
"license": "MIT",
88
"scripts": {

0 commit comments

Comments
 (0)