Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 03:33:02 +0000 (11:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 03:33:02 +0000 (11:33 +0800)
Builder/Provider/File/Roo.js

index 246c44f..a5fcd01 100755 (executable)
@@ -116,7 +116,7 @@ Roo = XObject.define(
                 
                 _this.name = cfg.name.replace(/\.bjs/, ''); // BC!
                 _this.parent =  cfg.parent;
-                _this.permname =  cfg.permname;
+                _this.permname =  cfg.permname || '';
                 _this.title =  cfg.title;
                 _this.items = cfg.items || [];