JsRender/Roo.js
authorAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 05:43:25 +0000 (13:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 05:43:25 +0000 (13:43 +0800)
JsRender/Roo.js

index f03d7bb..13b57aa 100644 (file)
@@ -352,8 +352,7 @@ Roo = XObject.define(
                     "    Pman.register({",
                     "        modKey : '" +modkey+"',",
                     "        module : " + this.name + ",",
-                    "        moduleName : " + JSON.stringify(this.name) + ",",
-                    "        region : '" + this.region   +"',",
+                      "        region : '" + this.region   +"',",
                     "        parent : " + (this.parent ||  'false') + ",",
                     "        name : " + JSON.stringify(this.title  || "unnamed module") + ",",
                     "        disabled : " + (this.disabled || 'false') +", ",