Roo/bootstrap/LayoutMasonry.js
authorEdward <edward@roojs.com>
Fri, 5 Oct 2018 04:47:59 +0000 (12:47 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Oct 2018 04:47:59 +0000 (12:47 +0800)
Roo/bootstrap/LayoutMasonry.js

index e137fcf..7864971 100644 (file)
@@ -1264,7 +1264,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         var cn = new Roo.bootstrap.MasonryBrick(cfg);
         //this.register(cn);
         cn.parentId = this.id;
-        cn.onRender(this.el, null);
+        cn.render(this.el);
         return cn;
     },