fix node name
This commit is contained in:
@@ -728,7 +728,7 @@ var AST_ObjectProperty = DEFNODE("ObjectProperty", "key value", {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var AST_ObjectKeyVal = DEFNODE("ObjectKeyval", null, {
|
var AST_ObjectKeyVal = DEFNODE("ObjectKeyVal", null, {
|
||||||
$documentation: "A key: value object property",
|
$documentation: "A key: value object property",
|
||||||
}, AST_ObjectProperty);
|
}, AST_ObjectProperty);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user