JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 04:21:45 +0000 (12:21 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 04:21:45 +0000 (12:21 +0800)
JSDOC/ScopeParser.js

index 143cbd7..6a95bb7 100644 (file)
@@ -9,7 +9,7 @@ Scope = imports['JSDOC/Scope.js'].Scope;
 */
 
 ScopeParser = function(ts) {
-    this.ts = ts;
+    this.ts = ts; // {TokenStream}
     this.warnings = [];
     this.scopes = [];
     this.indexedScopes = {};