Roo/bootstrap/Button.js
[roojs1] / Roo / bootstrap / Button.js
index 79244b0..c6bc872 100644 (file)
@@ -221,12 +221,9 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     initEvents: function() {
        // Roo.log('init events?');
        // Roo.log(this.el.dom);
-        this.el.select('a',true).on('click',
-                function(e) {
-                    this.fireEvent('click', this);
-                },
-                this
-        );
+       this.el.select('a',true).relayEvent('click', this);
+       this.el.select('button',true).relayEvent('click', this);
+        
     }
    
 });