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

index 30874cd..1de0060 100644 (file)
@@ -161,6 +161,7 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
             this.render(document.body);
         }
         // set content.
+        Roo.log(this.bindEl);
         this.el.select('.tooltip-inner',true).first().dom.innerHtml = this.bindEl.attr('tooltip');
         
         this.el.removeClass(['fade','top','bottom', 'left', 'right','in']);