Skip to content

Commit 44c5655

Browse files
committed
Releasing 1.4.2
1 parent 93868c9 commit 44c5655

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

dist/lazyload.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ LazyLoad = function (instanceSettings) {
370370

371371
this.destroy = function () {
372372
_removeEventListener(window, "resize", this.handleScroll);
373+
if (_loopTimeout) {
374+
clearTimeout(_loopTimeout);
375+
_loopTimeout = null;
376+
}
373377
this._stopScrollHandler();
374378
this._elements = null;
375379
this._queryOriginNode = null;

dist/lazyload.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)