Roo/Component.js
authoredward <edward@roojs.com>
Wed, 27 Apr 2016 04:12:39 +0000 (12:12 +0800)
committeredward <edward@roojs.com>
Wed, 27 Apr 2016 04:12:39 +0000 (12:12 +0800)
Roo/Component.js

index 9ec70ca..3639ac4 100644 (file)
@@ -183,7 +183,7 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
             }
             if(this.style){
                 this.el.applyStyles(this.style);
-                delete this.style;
+//                delete this.style;
             }
             this.fireEvent("render", this);
             this.afterRender(this.container);