From ba8df17e2da008a349ff7f36af3e29b98c4ae1bb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:11:59 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b8160fc..171e3cb 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -6,6 +6,19 @@ Scope = imports['JSDOC/Scope.js'].Scope; * Scope stuff * * // FIXME - I need this to do next() without doccomments.. +* +* +* +* Need to make this alot simpler... +* +* so debugging is possible. +* +* +* +* +* +* +* */ ScopeParser = function(ts) { -- 2.39.2