1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 13:35:46 +01:00

Fix :au listing. Yay tests.

This commit is contained in:
Kris Maglione
2011-02-11 10:33:55 -05:00
parent 5ba148ad68
commit 2aeb0030cd

View File

@@ -75,8 +75,7 @@ var AutoCommands = Module("autocommands", {
});
},
get activeHives() contexts.initializedGroups("autocmd")
.filter(function (h) h._store.length),
get activeHives() contexts.allGroups.autocmd.filter(function (h) h._store.length),
add: deprecated("autocommand.user.add", { get: function add() autocommands.user.closure.add }),
get: deprecated("autocommand.user.get", { get: function get() autocommands.user.closure.get }),