Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 07:41:17 +0000 (15:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 07:41:17 +0000 (15:41 +0800)
Builder/Provider/File/Roo.js

index 28cfd45..daa34d9 100755 (executable)
@@ -382,10 +382,10 @@ Roo = XObject.define(
                 this.outputHeader(),
                 
                 this.name  +  " = new Roo.XComponent({",
-                "    order: '" +modkey+"',",
-                "    region : '" + this.region   +"',",
-                "    parent : " '+ (this.parent ||  'false') + "',",
-                "    name : " + JSON.stringify(this.title  || "unnamed module") + ",",
+                "    order    : '" +modkey+"',",
+                "    region   : '" + this.region   +"',",
+                "    parent   : '"+ (this.parent ||  'false') + "',",
+                "    name     : " + JSON.stringify(this.title  || "unnamed module") + ",",
                 "    disabled : " + (this.disabled || 'false') +" ",
                 "    items : [ ",
                 "        " + o,