mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[quickjs] set elements in Collection
To be consistent with Spidermonkey.
This commit is contained in:
parent
9ab0c02483
commit
2f375ecb1e
@ -367,7 +367,7 @@ getCollection(JSContext *ctx, void *node)
|
||||
///dom_html_collection_ref((dom_html_collection *)node);
|
||||
|
||||
|
||||
// js_htmlCollection_set_items(ctx, proto, node);
|
||||
js_htmlCollection_set_items(ctx, proto, node);
|
||||
// attr_save_in_map(map_collections, node, proto);
|
||||
JSValue rr = JS_DupValue(ctx, proto);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user