Roo/bootstrap/LayoutMasonry.js
authorjohn <john@roojs.com>
Mon, 11 Dec 2017 03:27:54 +0000 (11:27 +0800)
committerjohn <john@roojs.com>
Mon, 11 Dec 2017 03:27:54 +0000 (11:27 +0800)
Roo/bootstrap/LayoutMasonry.js

index 2ac6f7e..c95b8d7 100644 (file)
@@ -1234,7 +1234,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
     addItem : function(cfg)
     {
         var cn = new Roo.bootstrap.MasonryBrick(cfg);
-        this.register(cn);
+        //this.register(cn);
         cn.parentId = this.id;
         cn.onRender(this.el, null);
         return cn;