Skip to content

Commit ceb021d

Browse files
committed
update dist
1 parent e2156b6 commit ceb021d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

dist/jquery.lazyloadxt.extra.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
}
227227

228228
if (removeNode) {
229+
$data(el, dataLazied, 0);
229230
elements.splice(i--, 1);
230231
length--;
231232
}
@@ -310,6 +311,7 @@
310311

311312
})(window.jQuery || window.Zepto || window.$, window, document);
312313

314+
313315
(function ($) {
314316
var options = $.lazyLoadXT;
315317

dist/jquery.lazyloadxt.extra.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.lazyloadxt.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
}
227227

228228
if (removeNode) {
229+
$data(el, dataLazied, 0);
229230
elements.splice(i--, 1);
230231
length--;
231232
}
@@ -308,4 +309,4 @@
308309
}
309310
});
310311

311-
})(window.jQuery || window.Zepto || window.$, window, document);
312+
})(window.jQuery || window.Zepto || window.$, window, document);

dist/jquery.lazyloadxt.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)