Roo/bootstrap/LayoutMasonry.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 04:57:25 +0000 (12:57 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 04:57:25 +0000 (12:57 +0800)
Roo/bootstrap/LayoutMasonry.js

index 7c68c77..fe6c698 100644 (file)
@@ -271,6 +271,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
     
     getContainerWidth : function()
     {
+        Roo.log(this.el);
         Roo.log(this.el.getBox(true));
         this.containerWidth = this.el.getBox(true).width;  //maybe use getComputedWidth
     },