mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:57:59 +01:00
move array utility methods to util.Array
This commit is contained in:
@@ -173,11 +173,7 @@ function AutoCommands() //{{{
|
||||
|
||||
return {
|
||||
|
||||
__iterator__: function ()
|
||||
{
|
||||
for (let i = 0; i < store.length; i++)
|
||||
yield autoCmd[i];
|
||||
},
|
||||
__iterator__: function () util.Array.iterator(store),
|
||||
|
||||
add: function (events, regex, cmd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user