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

index 459a6a0..108aaf6 100644 (file)
@@ -472,7 +472,7 @@ namespace JSDOC {
                            //println("GOT IDENT: <B>" + symbol + "</B><BR/>");
                                 
                                //println("GOT IDENT (2): <B>" + symbol + "</B><BR/>");
-                           identifier = this.getIdentifier(symbol, scope, token);
+                           var identifier = this.getIdentifier(symbol, scope, token);
                            
                            if (identifier == null) {
 // BUG!find out where builtin is defined...