From: Alan Knowles Date: Thu, 20 Feb 2014 09:05:04 +0000 (+0800) Subject: Roo/bootstrap/Popover.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9ba7814969cfea022cc869915162f8ede958c602;p=roojs1 Roo/bootstrap/Popover.js --- diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index 6c62188a37..38eb28e1fd 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -171,7 +171,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { if (this.html !== false) { this.el.select('.popover-content',true).first().dom.innerHtml = this.title; } - this.el.removeClass('fade top bottom left right in'); + this.el.removeClass(['fade','top','bottom', 'left', 'right','in']); if (!this.title.length) { this.el.select('.popover-title',true).hide(); }