Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 29 Apr 2011 10:11:58 +0000 (18:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 29 Apr 2011 10:11:58 +0000 (18:11 +0800)
Builder/Provider/File/Roo.js

index 3c84d6e..db0d28d 100644 (file)
@@ -359,6 +359,7 @@ Roo = XObject.define(
                     "    Pman.register({",
                     "        modKey : '" +modkey+"',",
                     "        module : " + this.name + ",",
                     "    Pman.register({",
                     "        modKey : '" +modkey+"',",
                     "        module : " + this.name + ",",
+                    "        moduleName : '" + this.name + "',",
                     "        region : '" + this.region   +"',",
                     "        parent : " + (this.parent ||  'false') + ",",
                     "        name : " + JSON.stringify(this.title  || "unnamed module") + ",",
                     "        region : '" + this.region   +"',",
                     "        parent : " + (this.parent ||  'false') + ",",
                     "        name : " + JSON.stringify(this.title  || "unnamed module") + ",",