Roo/bootstrap/Input.js
authorEdward <edward@roojs.com>
Fri, 25 Apr 2014 11:18:41 +0000 (19:18 +0800)
committerEdward <edward@roojs.com>
Fri, 25 Apr 2014 11:18:41 +0000 (19:18 +0800)
Roo/bootstrap/Input.js

index ac6ac68..a03b3fb 100644 (file)
@@ -734,7 +734,7 @@ Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component,  {
     
     getGroupValue : function(){
         
-        Roo.log(this.parent());
+        Roo.log(this.el);
         return this.parent().child('input[name='+this.el.dom.name+']:checked', true).value;
     },