Skip to content
Snippets Groups Projects
Commit fb5ac79c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix console.flush() jsdocs details (version, arguments)

parent 2f18dc97
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3529 passed
......@@ -2599,9 +2599,9 @@ static jsSyncMethodSpec js_console_functions[] = {
,JSDOCSTR("removes a callback installed by once")
,31900
},
{"flush", js_flush, 2, JSTYPE_VOID, JSDOCSTR("type, id")
{"flush", js_flush, 0, JSTYPE_VOID, JSDOCSTR("")
,JSDOCSTR("flushes the output buffer")
,31900
,31902
},
{0}
};
......
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