Roo/bootstrap/Tooltip.js
authorAlan Knowles <alan@roojs.com>
Mon, 19 Oct 2015 04:51:25 +0000 (12:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 Oct 2015 04:51:25 +0000 (12:51 +0800)
Roo/bootstrap/Tooltip.js

index 11ac508..a2e72e8 100644 (file)
@@ -78,10 +78,10 @@ Roo.apply(Roo.bootstrap.Tooltip, {
             bindEl = el.select("[tooltip]").first();
             var xy = ev.getXY();
             if (!bindEl.getRegion().contains( { top : xy[1] ,right : xy[0] , bottom : xy[1], left : xy[0]})) {
-                Roo.log("not in region.");
+                //Roo.log("not in region.");
                 return;
             }
-            Roo.log("child element over..");
+            //Roo.log("child element over..");
             
         }
         this.currentEl = bindEl;