Roo/bootstrap/Popover.js
[roojs1] / Roo / bootstrap / Popover.js
index b81d6f1..7412e1c 100644 (file)
@@ -95,7 +95,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
                             html : this.title === false ? '' : this.title
                         },
                         {
-                            cls : 'popover-content popover-body'  + this.cls,
+                            cls : 'popover-content popover-body '  + (this.cls || ''),
                             html : this.html || ''
                         }
                     ]