Skip to content

Commit f7d520e

Browse files
committed
修复一个超级无敌大BUG!!!!
1 parent eb4e5f4 commit f7d520e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

jquery_lazyload/jquery.lazyload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
$.extend(settings, options);
7676
}
7777

78-
if ($.isFunction($.fn.imagesLoaded)) {
78+
if (!$.isFunction($.fn.imagesLoaded)) {
7979
throw new Error('This JavaScript requires jQuery ImagesLoaded');
8080
}
8181

jquery_lazyload/jquery.lazyload.min.js

Lines changed: 1 addition & 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)