JSDOC/Symbol.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 23:01:50 +0000 (07:01 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 20 Jul 2010 23:01:50 +0000 (07:01 +0800)
JSDOC/Symbol.js

index 4b7a3f7..ea08abb 100644 (file)
@@ -36,7 +36,7 @@ Symbol = XObject.define(
         example : "",
         exceptions : [],  // Doctag[]
         inherits : [],  // Doctag[]
-        inheritsFrom : [],
+        //inheritsFrom : [],
         isa : "OBJECT", // OBJECT//FUNCTION
         isEvent : false,
         isConstant : false,
@@ -128,7 +128,7 @@ Symbol = XObject.define(
             //this.events = [];
             this.exceptions = [];
             this.inherits = [];
-            this.inheritsFrom = [];
+            //this.inheritsFrom = [];
             this.isa = "OBJECT"; // OBJECT//FUNCTION
             this.methods = [];
             this._params = [];