mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[mujs] swapped order of initialization
This commit is contained in:
parent
25aa64f686
commit
471d07691e
@ -93,8 +93,8 @@ mujs_get_interpreter(struct ecmascript_interpreter *interpreter)
|
||||
mjs_console_init(J);
|
||||
mjs_localstorage_init(J);
|
||||
mjs_element_init(J);
|
||||
mjs_document_init(J);
|
||||
mjs_location_init(J);
|
||||
mjs_document_init(J);
|
||||
|
||||
return J;
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user