allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / MasonryBrick.js
index b7c67e1..ddd72d0 100644 (file)
@@ -381,7 +381,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
             this.selectBrick();
         }
         
-        this.fireEvent('click', this);
+        this.fireEvent('click', this, e);
     },
     
     enter: function(e, el)
@@ -497,7 +497,7 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         m.selectedBrick.push(this.id);
         this.el.addClass(this.activeClass);
         return;
-    }
+    },
     
     isSelected : function(){
         return this.el.hasClass(this.activeClass);