Roo/bootstrap/Radio.js
authoredward <edward@roojs.com>
Tue, 26 Jun 2018 05:27:25 +0000 (13:27 +0800)
committeredward <edward@roojs.com>
Tue, 26 Jun 2018 05:27:25 +0000 (13:27 +0800)
Roo/bootstrap/Radio.js

index 609f21e..50f63a9 100644 (file)
@@ -52,7 +52,7 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.Component, {
         
     },
     
-    onClick : function()
+    onClick : function(e)
     {
         if(this.parent().fireEvent('click', this.parent(), e) !== false){
             this.setChecked(true);