Builder/Provider/File/Roo.js
[app.Builder.js] / 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 || [];