mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:57:59 +01:00
Rename 'array' class 'Ary'.
This commit is contained in:
@@ -168,7 +168,7 @@ var Modules = function Modules(window) {
|
||||
|
||||
newContext: newContext,
|
||||
|
||||
get ownPropertyValues() array.compact(
|
||||
get ownPropertyValues() Ary.compact(
|
||||
Object.getOwnPropertyNames(this)
|
||||
.map(name => Object.getOwnPropertyDescriptor(this, name).value)),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user