Roo/bootstrap/MasonryBrick.js
authorjohn <john@roojs.com>
Mon, 11 Dec 2017 04:59:42 +0000 (12:59 +0800)
committerjohn <john@roojs.com>
Mon, 11 Dec 2017 04:59:42 +0000 (12:59 +0800)
Roo/bootstrap/MasonryBrick.js

index b019528..bad8cdc 100644 (file)
@@ -470,10 +470,9 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         window.location.href = this.href;
     },
     
-    selectBrick : function(e,el) {
+    selectBrick : function() {
         Roo.log('select brick');
-        Roo.log(e);
-        Roo.log(el);
+        Roo.log(this);
     }
     
 });