We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f24a3d commit 830805bCopy full SHA for 830805b
src/jquery.columnizer.js
@@ -578,7 +578,7 @@
578
$inBox.children().each(function(i){
579
$col = $inBox.children().eq(i);
580
$col.width(optionWidth + "px");
581
- if(i==0){
+ if(i === 0){
582
$col.addClass(prefixTheClassName("first"));
583
}else if(i==$inBox.children().length-1){
584
$col.addClass(prefixTheClassName("last"));
0 commit comments