mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Change the SMJS scripting module name to Spidermonkey ECMAScript
This commit is contained in:
parent
c97b4be9b9
commit
ba45514339
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
struct module smjs_scripting_module = struct_module(
|
struct module smjs_scripting_module = struct_module(
|
||||||
/* name: */ "ECMAScript scripting engine",
|
/* name: */ "Spidermonkey ECMAScript",
|
||||||
/* options: */ NULL,
|
/* options: */ NULL,
|
||||||
/* events: */ smjs_scripting_hooks,
|
/* events: */ smjs_scripting_hooks,
|
||||||
/* submodules: */ NULL,
|
/* submodules: */ NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user