Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Wed, 15 Jan 2014 06:25:58 +0000 (14:25 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 15 Jan 2014 06:25:58 +0000 (14:25 +0800)
Roo/bootstrap/Button.js

index fa549b1..77f34dd 100644 (file)
@@ -60,7 +60,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
     getAutoCreate : function(){
         
         
-        Roo.log("Parent is : " this.parent().xtype);
+        Roo.log("Button Parent is : " + this.parent().xtype);
         
         
         var cfg = Roo.apply({}, Roo.bootstrap.Button.superclass.getAutoCreate.call(this));