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

index 1d63133..41b1689 100644 (file)
@@ -212,7 +212,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
     },
     hide : function()
     {
-        this.removeClass('in');
+        this.el.removeClass('in');
         
     }