allow string based values for comboboxarray
[roojs1] / Roo / BorderLayout.js
index 01d756a..aeda210 100644 (file)
@@ -122,7 +122,9 @@ Roo.extend(Roo.BorderLayout, Roo.LayoutManager, {
      * Performs a layout update.
      */
     layout : function(){
-        if(this.updating) return;
+        if(this.updating) {
+            return;
+        }
         var size = this.getViewSize();
         var w = size.width;
         var h = size.height;
@@ -609,8 +611,6 @@ Roo.BorderLayout.RegionFactory = {
         if(config.lightweight || config.basic){
             return new Roo.BasicLayoutRegion(mgr, config, target);
         }
-        Roo.log('mgr!!!!!!!!!!!!!!!!!!!');
-        Roo.log(mgr);
         switch(target){
             case "north":
                 return new Roo.NorthLayoutRegion(mgr, config);