Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Mon, 31 Aug 2015 07:49:50 +0000 (15:49 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 31 Aug 2015 07:49:50 +0000 (15:49 +0800)
Roo/bootstrap/Popover.js

index 3957927..90860e7 100644 (file)
@@ -148,7 +148,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
     
         if (!this.delay || !this.delay.show) {
             this.show();
-            return 
+            return;
         }
         var _t = this;
         this.timeout = setTimeout(function () {
@@ -164,7 +164,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
     
         if (!this.delay || !this.delay.hide) {
             this.hide();
-            return 
+            return;
         }
         var _t = this;
         this.timeout = setTimeout(function () {
@@ -213,7 +213,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         if (autoPlace) {
             // fixme..
         }
-        var align = Roo.bootstrap.Popover.alignment[placement]
+        var align = Roo.bootstrap.Popover.alignment[placement];
         this.el.alignTo(on_el, align[0],align[1]);
         //var arrow = this.el.select('.arrow',true).first();
         //arrow.set(align[2],