Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2014 07:35:30 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2014 07:35:30 +0000 (15:35 +0800)
Roo/bootstrap/Button.js

index f15af89..62acf31 100644 (file)
@@ -228,7 +228,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     onClick : function(e)
     {
         e.preventDefault();
-        this.fireEvent('click', thism3);
+        this.fireEvent('click', this, e);
     }