Builder/Provider/File/Roo.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 24 Jun 2010 07:27:37 +0000 (15:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 24 Jun 2010 07:27:37 +0000 (15:27 +0800)
Builder/Provider/File/Roo.js

index d6161b9..e7a42d7 100755 (executable)
@@ -387,7 +387,7 @@ Roo = XObject.define(
                 "    parent   : "+ (this.parent ?  "'" + this.parent + "'" :  'false') + ",",
                 "    name     : " + JSON.stringify(this.title  || "unnamed module") + ",",
                 "    disabled : " + (this.disabled || 'false') +", ",
-                "    items : function()",
+                "    tree : function()",
                 "    {",
                 "        _this = this;",
                 "        MODULE = this;", /// this looks like a better name.