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