Roo/bootstrap/Component.js
authoredward <edward@roojs.com>
Wed, 9 Mar 2016 03:11:59 +0000 (11:11 +0800)
committeredward <edward@roojs.com>
Wed, 9 Mar 2016 03:11:59 +0000 (11:11 +0800)
Roo/bootstrap/Component.js

index a272c04..d1fd1b1 100644 (file)
@@ -129,6 +129,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         this.el = ct.createChild(cfg, position);
         
         if (this.tooltip) {
+            Roo.log(this.tooltip);
             this.tooltipEl().attr('tooltip', this.tooltip);
         }