mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[spidermonkey] localstorage -> localStorage
This commit is contained in:
parent
9516ca43ff
commit
4ee7b050a4
@ -270,7 +270,7 @@ spidermonkey_get_interpreter(struct ecmascript_interpreter *interpreter)
|
||||
&localstorage_class, NULL, 0,
|
||||
nullptr,
|
||||
localstorage_funcs,
|
||||
NULL, NULL, "localstorage");
|
||||
NULL, NULL, "localStorage");
|
||||
if (!localstorage_obj) {
|
||||
goto release_and_fail;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user