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

index 0d680f2..621b0f2 100644 (file)
@@ -149,6 +149,8 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
     
     initial : function()
     {
+        this.selectedBrick = [];
+        
         this.currentSize = this.el.getBox(true);
         
         Roo.EventManager.onWindowResize(this.resize, this);