Roo/bootstrap/Tooltip.js
authorAlan Knowles <alan@roojs.com>
Thu, 22 Oct 2015 03:41:41 +0000 (11:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 22 Oct 2015 03:41:41 +0000 (11:41 +0800)
Roo/bootstrap/Tooltip.js

index e5dfce9..11edbe5 100644 (file)
@@ -191,7 +191,7 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
         this.hoverState = 'out';
          if (!this.delay || !this.delay.hide) {
             this.hide();
-            return 
+            return;
         }
        
         var _t = this;
@@ -202,7 +202,7 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
                 _t.hide();
                 Roo.bootstrap.Tooltip.currentEl = false;
             }
-        }, delay)
+        }, delay);
     },
     
     show : function ()