From 087646330b3dc59b7e2c7d2deefeccd9a6cb9bd9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 7 Jul 2010 07:32:23 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index a94c3dc..1284736 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -4,7 +4,7 @@ XObject = imports.XObject.XObject; Scope = imports.Scope.Scope; DocComment = imports.DocComment.DocComment; Symbol = imports.Symbol.Symbol; -Parser = imports.Parser.Parser; + /** * Scope stuff @@ -825,6 +825,7 @@ Walker2 = XObject.define( if (this.currentDoc.getTag('class').length) { _s = this.currentDoc.getTag('class')[0].desc; var symbol = new Symbol(_s, [], "CONSTRUCTOR", this.currentDoc); + Parser = imports.Parser.Parser; Parser.addSymbol(symbol); this.symbols[_s] = symbol; return; @@ -865,7 +866,7 @@ Walker2 = XObject.define( } var symbol = new Symbol(_s, [], atype, this.currentDoc); - + Parser = imports.Parser.Parser; Parser.addSymbol(symbol); this.symbols[_s] = symbol; -- 2.39.2