Roo/form/TextItem.js
authorEdward <edward@roojs.com>
Thu, 7 Mar 2019 04:03:13 +0000 (12:03 +0800)
committerEdward <edward@roojs.com>
Thu, 7 Mar 2019 04:03:13 +0000 (12:03 +0800)
Roo/form/TextItem.js

index 251d3ad..68966ca 100644 (file)
@@ -44,10 +44,6 @@ Roo.extend(Roo.form.TextItem, Roo.BoxComponent,  {
             html: this.html
         };
         
-        if(this.cls) {
-            cfg.cls = this.cls;
-        }
-        
         return cfg;
         
     }