Skip to content

Commit a04cd57

Browse files
committed
Merge pull request adamwulf#42 from cioddi/patch-1
Update src/jquery.columnizer.js to fix adjustment during columnize. this helps columnizer properly adjust each time it re-fires during a resize.
2 parents 86d65c8 + 71eae2c commit a04cd57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jquery.columnizer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@
303303
}
304304

305305
function columnizeIt() {
306+
//reset adjustment var
307+
adjustment = 0;
306308
if(lastWidth == $inBox.width()) return;
307309
lastWidth = $inBox.width();
308310

0 commit comments

Comments
 (0)