JSDOC/ScopeParser.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 09:32:31 +0000 (17:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 09:32:31 +0000 (17:32 +0800)
JSDOC/ScopeParser.js

index f1160d2..aeee2ce 100644 (file)
@@ -860,9 +860,7 @@ ScopeParser.prototype = {
         while (token.data != "(") {
             //print(token.toString());
             token =  this.ts.nextTok();
-            
-            
-            
+             
         }