From 60c924cc00df2e0e5e32985be3fa2b0b4b6b512f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 21 Jul 2010 06:48:13 +0800 Subject: [PATCH] JSDOC/Symbol.js --- JSDOC/Symbol.js | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/JSDOC/Symbol.js b/JSDOC/Symbol.js index 991e35b..f5e97c6 100644 --- a/JSDOC/Symbol.js +++ b/JSDOC/Symbol.js @@ -116,44 +116,22 @@ Symbol = XObject.define( init : function() { - this.name = ""; - this.defaultValue = ""; + // only initialize arrays / objects.. this.params = []; this.$args = []; - this.addOn = ""; - this.alias = ""; - this.augments = []; - this.author = ""; - this.classDesc = ""; this.comment = { isUserComment: false }; - //this.defaultValue = null; - this.deprecated = ""; - this.desc = ""; this.events = []; - this.example = ""; this.exceptions = []; this.inherits = []; this.inheritsFrom = []; this.isa = "OBJECT"; // OBJECT//FUNCTION - this.isEvent = false; - this.isConstant = false; - this.isIgnored = false; - this.isInner = false; - this.isNamespace = false; - this.isPrivate = false; - this.isStatic = false; - this.memberOf = ""; this.methods = []; - this._name = ""; this._params = []; this.properties = []; this.requires = []; this.returns = []; this.see = []; - this.since = ""; this.srcFile = {}; - this.type = ""; - this.version = ""; this.childClasses = []; this.cfgs = {}; -- 2.39.2