From: edward Date: Mon, 27 Mar 2017 05:52:29 +0000 (+0800) Subject: Roo/bootstrap/Popover.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=8634623167e7e9ab4b881e7f9d07ed46100eb12f;p=roojs1 Roo/bootstrap/Popover.js --- diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index a977d213ff..0933285cb2 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -167,13 +167,13 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { this.hoverState = 'in'; if (!this.delay || !this.delay.show) { - this.show(); + this.show(on_el); return; } var _t = this; this.timeout = setTimeout(function () { if (_t.hoverState == 'in') { - _t.show(); + _t.show(on_el); } }, this.delay.show) },