X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Popover.js.html;h=242dee1227d89339558e330273128192b5aaff42;hb=49ac7ebc6f41da694248427f2dce251483c5e650;hp=1f9fd5131fee04ae8f13c2ee335ad2133281cc45;hpb=954535769bf53f57f6bf22c0fae55ef1230f8850;p=roojs1 diff --git a/docs/src/Roo_bootstrap_Popover.js.html b/docs/src/Roo_bootstrap_Popover.js.html index 1f9fd5131f..242dee1227 100644 --- a/docs/src/Roo_bootstrap_Popover.js.html +++ b/docs/src/Roo_bootstrap_Popover.js.html @@ -276,12 +276,12 @@ if (this.parent() && (this.over == 'parent' || (this.over === false))) { on_el = this.parent().el; } else if (this.over) { - Roo.get(this.over); + on_el = Roo.get(this.over); } } - this.alignEl = on_el; + this.alignEl = Roo.get( on_el ); if (!this.el) { this.render(document.body);