AST_LabelRef no longer inherits from AST_SymbolRef

This commit is contained in:
Mihai Bazon
2012-11-08 15:39:14 +02:00
parent 64270b9778
commit 1e5e13ed81
2 changed files with 3 additions and 4 deletions

View File

@@ -810,7 +810,7 @@ var AST_SymbolRef = DEFNODE("SymbolRef", null, {
var AST_LabelRef = DEFNODE("LabelRef", null, {
$documentation: "Reference to a label symbol",
}, AST_SymbolRef);
}, AST_Symbol);
var AST_This = DEFNODE("This", null, {
$documentation: "The `this` symbol",