diff options
Diffstat (limited to 'common/content/events.js')
-rw-r--r-- | common/content/events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/events.js b/common/content/events.js index 343f6038..5d76c2dd 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -198,7 +198,7 @@ function AutoCommands() //{{{ return { - __iterator__: function () Array_.itervalues(store), + __iterator__: function () util.Array.itervalues(store), /** * Adds a new autocommand. <b>cmd</b> will be executed when one of the |