From: edward Date: Mon, 27 Mar 2017 05:52:19 +0000 (+0800) Subject: Roo/bootstrap/Popover.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=6a6ef8e7e19bc1942fe8d3b36b17aae53f02c986;p=roojs1 Roo/bootstrap/Popover.js --- diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index c0609d8e17..a977d213ff 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -155,11 +155,11 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { timeout : null, hoverState : null, - toggle : function () { - this.hoverState == 'in' ? this.leave() : this.enter(); + toggle : function (on_el) { + this.hoverState == 'in' ? this.leave() : this.enter(on_el); }, - enter : function () { + enter : function (on_el) { clearTimeout(this.timeout);