Skip to content

Commit 5d9de84

Browse files
committed
doneFunc() is called after singleColumnizeIt() fixes adamwulf#145
1 parent 446968c commit 5d9de84

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
@@ -391,7 +391,7 @@
391391
if(options.overflow && options.overflow.doneFunc){
392392
options.overflow.doneFunc();
393393
}
394-
394+
options.doneFunc();
395395
}
396396

397397
/**

0 commit comments

Comments
 (0)