mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[mujs] Do not enable strict mode
This commit is contained in:
parent
1a25f30831
commit
ad077babc4
@ -131,7 +131,7 @@ mujs_get_interpreter(struct ecmascript_interpreter *interpreter)
|
||||
{
|
||||
assert(interpreter);
|
||||
|
||||
js_State *J = js_newstate(NULL, NULL, JS_STRICT);
|
||||
js_State *J = js_newstate(NULL, NULL, 0);
|
||||
|
||||
if (!J) {
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user