mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:24:12 +01:00
Fix brokenness.
This commit is contained in:
@@ -1486,7 +1486,7 @@ var DOM = Class("DOM", {
|
||||
yield elem;
|
||||
|
||||
if (matcher.css)
|
||||
for (let [, elem] of iter(util.withProperErrors("querySelectorAll", node, matcher.css)))
|
||||
for (let elem of util.withProperErrors("querySelectorAll", node, matcher.css))
|
||||
yield elem;
|
||||
}, {
|
||||
css: css.join(", "),
|
||||
|
||||
Reference in New Issue
Block a user