buildSDK/dependancy_bootstrap.txt
[roojs1] / Roo / bootstrap / Radio.js
index 609f21e..cddcdd1 100644 (file)
@@ -52,9 +52,9 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.Component, {
         
     },
     
-    onClick : function()
+    onClick : function(e)
     {
-        if(this.parent().fireEvent('click', this.parent(), e) !== false){
+        if(this.parent().fireEvent('click', this.parent(), this, e) !== false){
             this.setChecked(true);
         }
     },