Skip to content

Commit 489fda4

Browse files
committed
comment oncomplete property to reduce minified size (currently null and undefined have identical effect)
1 parent dd03fcf commit 489fda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.lazyloadxt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
onshow: {addClass: classLazyHidden}, // start loading handler
2929
onload: {removeClass: classLazyHidden, addClass: 'lazy-loaded'}, // load success handler
3030
onerror: {removeClass: classLazyHidden}, // error handler
31-
oncomplete: null, // complete handler
31+
//oncomplete: null, // complete handler
3232

3333
//scrollContainer: undefined,
3434
checkDuplicates: true

0 commit comments

Comments
 (0)