mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[spidermonkey] "NULL" -> "Node"
This commit is contained in:
parent
e20bf0fc07
commit
19fc56f737
@ -78,7 +78,7 @@ JSClassOps node_ops = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
JSClass node_class = {
|
JSClass node_class = {
|
||||||
"NULL",
|
"Node",
|
||||||
JSCLASS_HAS_RESERVED_SLOTS(0),
|
JSCLASS_HAS_RESERVED_SLOTS(0),
|
||||||
&node_ops
|
&node_ops
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user