JSDOC/Symbol.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:48:13 +0000 (06:48 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 22:48:13 +0000 (06:48 +0800)
JSDOC/Symbol.js

index 991e35b..f5e97c6 100644 (file)
@@ -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 = {};