Roo/bootstrap/LayoutMasonry.js
authorEdward <edward@roojs.com>
Tue, 18 Dec 2018 04:03:04 +0000 (12:03 +0800)
committerEdward <edward@roojs.com>
Tue, 18 Dec 2018 04:03:04 +0000 (12:03 +0800)
Roo/bootstrap/LayoutMasonry.js

index 7864971..88ca322 100644 (file)
@@ -651,6 +651,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
             
             Roo.each(box, function(b,kk){
                 
+                Roo.log(b);
                 b.el.position('absolute');
                 
                 var width = Math.floor(this.unitWidth * b.x + (this.gutter * (b.x - 1)) + b.el.getPadding('lr'));