From 71eae2c531419274a1ec085f6a6485038e98c9f3 Mon Sep 17 00:00:00 2001 From: Max Tobias Weber Date: Wed, 9 May 2012 16:25:56 +0300 Subject: [PATCH] Update src/jquery.columnizer.js --- src/jquery.columnizer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/jquery.columnizer.js b/src/jquery.columnizer.js index bb67d3d..0d7876d 100644 --- a/src/jquery.columnizer.js +++ b/src/jquery.columnizer.js @@ -251,6 +251,8 @@ } function columnizeIt() { + //reset adjustment var + adjustment = 0; if(lastWidth == $inBox.width()) return; lastWidth = $inBox.width();