X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Component.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Component.js.html;h=9ecd78d3ecb6a66559bce4b034dc3f8f5ad492b6;hp=2a0403445b4a207891ccc3f4dbf6d43d60b6805a;hb=5ba88dd4a3a3098a79287438e6aebe26b076010d;hpb=d75026bef72394ce3d2c021d94f5b33a9cfca10b diff --git a/docs/src/Roo_bootstrap_Component.js.html b/docs/src/Roo_bootstrap_Component.js.html index 2a0403445b..9ecd78d3ec 100644 --- a/docs/src/Roo_bootstrap_Component.js.html +++ b/docs/src/Roo_bootstrap_Component.js.html @@ -117,11 +117,11 @@ } if (this.cls) { - cfg.cls = (typeof(cfg.cls) == 'undefined') ? this.cls : cfg.cls + ' ' + this.cls; + cfg.cls = (typeof(cfg.cls) == 'undefined' ? this.cls : cfg.cls) + ' ' + this.cls; } if (this.style) { // fixme needs to support more complex style data. - cfg.style = this.style; + cfg.style = (typeof(cfg.style) == 'undefined' ? this.style : cfg.style) + '; ' + this.style; } if(this.name){