0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[js] typo

This commit is contained in:
Witold Filipczyk 2025-04-06 21:10:03 +02:00
parent 34b7765cb3
commit c36fed8128

View File

@ -628,7 +628,7 @@ end:
return true;
}
/* @window_funcs{"scrollByLines"} */
/* @window_funcs{"scrollBy"} */
static bool
window_scrollBy(JSContext *ctx, unsigned int argc, JS::Value *rval)
{