JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:30:28 +0000 (15:30 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:30:28 +0000 (15:30 +0800)
JSDOC/ScopeParser.js

index 711e8ab..7cc96f6 100644 (file)
@@ -475,7 +475,7 @@ ScopeParser.prototype = {
             currentScope = this.scopes[this.scopes.length-1];
             
             //println("<i>"+token.data+"</i>");
-            print ("EXP" + token.ToString());
+            print ("EXP" + token.toString());
             switch (token.type) {
                 case 'PUNC':
                     switch(token.data) {