Skip to content
Snippets Groups Projects
Commit 9b6e2121 authored by deuce's avatar deuce
Browse files

Fix console.writeln() definition.

parent 385ab755
Branches
Tags
No related merge requests found
......@@ -1312,7 +1312,7 @@ static jsSyncMethodSpec js_console_functions[] = {
,JSDOCSTR("display a raw string")
,310
},
{"writeln", js_write, 1, JSTYPE_VOID, JSDOCSTR("text")
{"writeln", js_writeln, 1, JSTYPE_VOID, JSDOCSTR("text")
,JSDOCSTR("display a raw string followed by a carriage-return/line-feed pair (new-line)")
,315
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment