Roo/bootstrap/LayoutMasonry.js
[roojs1] / Roo / bootstrap / LayoutMasonry.js
index 5f2d37a..7864971 100644 (file)
@@ -242,7 +242,6 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         this.colWidth = boxWidth + avail - this.padWidth;
         
         this.unitWidth = Math.round((this.colWidth - (this.gutter * 2)) / 3);
-        
         this.unitHeight = this.boxHeight > 0 ? this.boxHeight  : this.unitWidth;
     },