Roo/bootstrap/MasonryBrick.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 02:43:30 +0000 (10:43 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 02:43:30 +0000 (10:43 +0800)
Roo/bootstrap/MasonryBrick.js

index edebac8..50b8f55 100644 (file)
@@ -175,7 +175,8 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
                 cls: 'masonry-brick-text',
                 html: this.html
             });
-        }  
+        }
+        
         if (!this.title.length && !this.html.length) {
             cfg.cn[1].cls += ' hide';
         }