Roo/bootstrap/Popover.js
authorAlan Knowles <alan@roojs.com>
Fri, 25 Jun 2021 08:01:30 +0000 (16:01 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 25 Jun 2021 08:01:30 +0000 (16:01 +0800)
Roo/bootstrap/Popover.js

index bcdc781..28e4b4a 100644 (file)
@@ -448,6 +448,7 @@ Roo.apply(Roo.bootstrap.Popover, {
     onMouseDown : function(e)
     {
         if (!e.getTarget(".roo-popover")) {
+            /// what is nothing is showing..
             this.hideAll();
         }
          
@@ -469,6 +470,10 @@ Roo.apply(Roo.bootstrap.Popover, {
         this.popups.forEach(function(p) {
             p.hide();
         });
+    },
+    unregister : function(popup)
+    {
+        
     }
 
 });
\ No newline at end of file