mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 16:12:27 +01:00
Rename 'array' class 'Ary'.
This commit is contained in:
@@ -182,7 +182,7 @@ var Contexts = Module("contexts", {
|
||||
return {
|
||||
enumerable: true,
|
||||
|
||||
get: () => array(contexts.groups[this.name])
|
||||
get: () => Ary(contexts.groups[this.name])
|
||||
};
|
||||
|
||||
this.Hive = constructor;
|
||||
|
||||
Reference in New Issue
Block a user