mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 04:25:46 +01:00
Move util.Array to modules.Array_.
This commit is contained in:
@@ -198,7 +198,7 @@ function AutoCommands() //{{{
|
||||
|
||||
return {
|
||||
|
||||
__iterator__: function () util.Array.itervalues(store),
|
||||
__iterator__: function () Array_.itervalues(store),
|
||||
|
||||
/**
|
||||
* Adds a new autocommand. <b>cmd</b> will be executed when one of the
|
||||
|
||||
Reference in New Issue
Block a user