Roo/bootstrap/Tooltip.js
authorAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 04:19:12 +0000 (12:19 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 04:19:12 +0000 (12:19 +0800)
Roo/bootstrap/Tooltip.js

index cfe39da..21269f6 100644 (file)
@@ -72,6 +72,7 @@ Roo.apply(Roo.bootstrap.Tooltip, {
         }
         this.currentEl = el;
         this.currentTip.bind(el);
+        this.currentRegion = Roo.lib.Region.getRegion(dom);
         this.currentTip.enter();
         
     },