mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[spdermonkey] xhr -> XMLHttpRequest
This commit is contained in:
parent
404e93c773
commit
e7562a3120
@ -279,7 +279,7 @@ spidermonkey_get_interpreter(struct ecmascript_interpreter *interpreter)
|
||||
&xhr_class, xhr_constructor, 0,
|
||||
xhr_props,
|
||||
xhr_funcs,
|
||||
xhr_static_props, NULL, "xhr");
|
||||
xhr_static_props, NULL, "XMLHttpRequest");
|
||||
|
||||
if (!xhr_obj) {
|
||||
goto release_and_fail;
|
||||
|
Loading…
Reference in New Issue
Block a user