Roo/LayoutManager.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:35:32 +0000 (16:35 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 08:35:32 +0000 (16:35 +0800)
Roo/LayoutManager.js

index 3f6b16b..c43e46c 100644 (file)
@@ -25,7 +25,7 @@ Roo.LayoutManager = function(container, config){
     }
     this.id = this.el.id;
     this.el.addClass("x-layout-container");
-    this.el.setAttribute('height', '500px');
+    this.el.attr('height', '500px');
     /** false to disable window resize monitoring @type Boolean */
     this.monitorWindowResize = true;
     this.regions = {};