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

Changed "undefined" to "void" in js_type_str definition.

parent 4e0bf8f0
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ static const char* method_array_name = "_method_list";
* its length match the JSType enum's JSTYPE_LIMIT limit value.
*/
static const char *js_type_str[] = {
"undefined",
"void", // changed from "undefined"
"object",
"function",
"string",
......
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