From 783b02009eb0a165688f7e20e95ae1f6c421a8f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Nov 2015 16:37:16 +0800 Subject: [PATCH] JSDOC/ScopeParser.vala --- JSDOC/ScopeParser.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index 8b81102..44e1ca1 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -375,7 +375,7 @@ namespace JSDOC { //print(expr.toString()); this.ts = new TokenStream(expr); //if (curTS.data == '(') { - this.parseScope(scope) + this.parseScope(scope); //} else { // _this.parseExpression(scope) //} -- 2.39.2