From 28906231183e3be49348ded513ec2890baf3c868 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 17:32:31 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index f1160d2..aeee2ce 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -860,9 +860,7 @@ ScopeParser.prototype = { while (token.data != "(") { //print(token.toString()); token = this.ts.nextTok(); - - - + } -- 2.39.2