Roo/bootstrap/Popover.js
authoredward <edward@roojs.com>
Fri, 7 Oct 2016 10:16:03 +0000 (18:16 +0800)
committeredward <edward@roojs.com>
Fri, 7 Oct 2016 10:16:03 +0000 (18:16 +0800)
Roo/bootstrap/Popover.js

index 69898bf..992e35c 100644 (file)
@@ -255,6 +255,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         this.el.hide();
         this.hoverState = null;
         
+        this.fireEvent('hide', this);
     }
     
 });