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

Fix console.writeln() definition.

parent 385ab755
No related branches found
No related tags found
No related merge requests found
...@@ -1312,7 +1312,7 @@ static jsSyncMethodSpec js_console_functions[] = { ...@@ -1312,7 +1312,7 @@ static jsSyncMethodSpec js_console_functions[] = {
,JSDOCSTR("display a raw string") ,JSDOCSTR("display a raw string")
,310 ,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)") ,JSDOCSTR("display a raw string followed by a carriage-return/line-feed pair (new-line)")
,315 ,315
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment