Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 07:35:24 +0000 (15:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 07:35:24 +0000 (15:35 +0800)
Roo/bootstrap/Popover.js

index a429312..df7ad02 100644 (file)
@@ -140,7 +140,8 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         this.hoverState = 'in'
     
         if (!this.delay || !this.delay.show) {
-            return self.show();
+            self.show();
+            return 
         }
         var _t = this;
         this.timeout = setTimeout(function () {
@@ -148,7 +149,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
                 _t.show();
             }
         }, this.delay.show)
-      }
+    }
     
     
 });