Skip to content
Snippets Groups Projects
Commit 57e266a9 authored by rswindell's avatar rswindell
Browse files

Account for newer-defined JS-types (null and xml object) in js_type_str (for JS

docs).
parent 79604ea5
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,8 @@ static const char *js_type_str[] = {
"string",
"number",
"boolean",
"null",
"xml object",
"array",
"alias",
"undefined"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment