JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Mon, 9 Nov 2015 10:05:23 +0000 (18:05 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Nov 2015 10:05:23 +0000 (18:05 +0800)
JSDOC/ScopeParser.vala

index 108aaf6..ae7832f 100644 (file)
@@ -516,9 +516,7 @@ namespace JSDOC {
                                    var _t = this;
                                    
                                    var regex = new GLib.Regex ("eval:var:([a-z_]+)",GLib.RegexCompileFlags.CASELESS );
-
-                
-                                   
                                    regex.replace_eval (token.prefix, token.prefix.length, 0, 0, (match_info, result) => {
                                                var a =  match_info.fetch(0);
                                        var hi = this.getIdentifier(a, scope, token);