mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 01:57:58 +01:00
Rename 'array' class 'Ary'.
This commit is contained in:
@@ -1219,8 +1219,8 @@ var CommandLine = Module("commandline", {
|
||||
|
||||
get selected() this.itemList.selected,
|
||||
set selected(tuple) {
|
||||
if (!array.equals(tuple || [],
|
||||
this.itemList.selected || []))
|
||||
if (!Ary.equals(tuple || [],
|
||||
this.itemList.selected || []))
|
||||
this.itemList.select(tuple);
|
||||
|
||||
if (!tuple)
|
||||
|
||||
Reference in New Issue
Block a user