Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 03:00:47 +0000 (11:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 03:00:47 +0000 (11:00 +0800)
Roo/bootstrap/Component.js

index e1a2abb..8b5a12a 100644 (file)
@@ -103,9 +103,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         if(this.name){
             cfg.name = this.name;
         }
-         if(this.tooltip){
-            cfg.tooltip= this.tooltip;
-        }
+         
         
         this.el = ct.createChild(cfg, position);