mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05: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(
|
||||
/* name: */ "ECMAScript scripting engine",
|
||||
/* name: */ "Spidermonkey ECMAScript",
|
||||
/* options: */ NULL,
|
||||
/* events: */ smjs_scripting_hooks,
|
||||
/* submodules: */ NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user