mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 03:47:58 +01:00
Revert "Move util.Array to modules.Array_."
This reverts commit d6cdda48a18c9fa05365b50046470fec9935fd3c. Array_ method chaining needs fixing.
This commit is contained in:
@@ -786,7 +786,7 @@ function Hints() //{{{
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
const DEFAULT_HINTTAGS =
|
||||
Array_(["input[not(@type='hidden')]", "a", "area", "iframe", "textarea", "button", "select"])
|
||||
util.Array(["input[not(@type='hidden')]", "a", "area", "iframe", "textarea", "button", "select"])
|
||||
.map(function (spec) [spec, "xhtml:" + spec]).flatten()
|
||||
.concat("*[@onclick or @onmouseover or @onmousedown or @onmouseup or @oncommand or @role='link']")
|
||||
.map(function (node) "//" + node).join(" | ");
|
||||
|
||||
Reference in New Issue
Block a user