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

index 508b950..9d4a43d 100644 (file)
@@ -459,7 +459,7 @@ namespace JSDOC {
                     //print("SYMBOL: " + token.toString());
                     
                     symbol = token.data;
-                    if (symbol == 'this') {
+                    if (symbol == "this") {
                         break;
                     }
                     if (this.mode == 'PASS2_SYMBOL_TREE') {