Roo/bootstrap/Popover.js
authoredward <edward@roojs.com>
Thu, 28 Jan 2016 03:37:30 +0000 (11:37 +0800)
committeredward <edward@roojs.com>
Thu, 28 Jan 2016 03:37:30 +0000 (11:37 +0800)
Roo/bootstrap/Popover.js

index bac0d6e..051a2db 100644 (file)
@@ -138,6 +138,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
     hoverState : null,
     
     toggle : function () {
+        Roo.log(this);
         Roo.log(this.hoverState);
         this.hoverState == 'in' ? this.leave() : this.enter();
     },