Skip to content

Commit a0efd88

Browse files
committed
doneFunc is optional now
1 parent e05cccf commit a0efd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.columnizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
}
347347
$inBox.data("columnizing", false);
348348

349-
if(options.overflow){
349+
if(options.overflow && options.overflow.doneFunc){
350350
options.overflow.doneFunc();
351351
}
352352

0 commit comments

Comments
 (0)