JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:37:16 +0000 (16:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Nov 2015 08:37:16 +0000 (16:37 +0800)
JSDOC/ScopeParser.vala

index 8b81102..44e1ca1 100644 (file)
@@ -375,7 +375,7 @@ namespace JSDOC {
                             //print(expr.toString());
                            this.ts = new TokenStream(expr);
                             //if (curTS.data == '(') {
                             //print(expr.toString());
                            this.ts = new TokenStream(expr);
                             //if (curTS.data == '(') {
-                                this.parseScope(scope)
+                                this.parseScope(scope);
                             //} else {
                               //  _this.parseExpression(scope)
                             //}
                             //} else {
                               //  _this.parseExpression(scope)
                             //}