From 1480877a4dd68363f3bf5a65cebfc464e5ed2b5a Mon Sep 17 00:00:00 2001
From: Alexander Diaz Chub will
@@ -445,7 +459,7 @@
$inBox.data("columnizing", true);
$inBox.empty();
- $inBox.append($("")); //"
+ $inBox.append($("")); //"
$col = $inBox.children(":last");
appendSafe($col, $cache.clone());
maxHeight = $col.height();
@@ -488,7 +502,7 @@
className = (i === 0) ? prefixTheClassName("first") : "";
className += " " + prefixTheClassName("column");
className = (i == numCols - 1) ? (prefixTheClassName("last") + " " + className) : className;
- $inBox.append($("")); //"
+ $inBox.append($("")); //"
}
// fill all but the last column (unless overflowing)
@@ -496,7 +510,7 @@
while(i < numCols - (options.overflow ? 0 : 1) || scrollHorizontally && $destroyable.contents().length){
if($inBox.children().length <= i){
// we ran out of columns, make another
- $inBox.append($("")); //"
+ $inBox.append($("")); //"
}
$col = $inBox.children().eq(i);
if(scrollHorizontally){