mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 10:55:46 +01:00
Adjust some API names to make things more consistent and less confusing.
--HG-- branch : groups
This commit is contained in:
@@ -73,10 +73,10 @@ var AutoCmdHive = Class("AutoCmdHive", {
|
||||
*/
|
||||
var AutoCommands = Module("autocommands", {
|
||||
init: function () {
|
||||
this.user = contexts.subGroup.autocmd.user;
|
||||
this.user = contexts.hives.autocmd.user;
|
||||
},
|
||||
|
||||
hives: Group.SubGroup("autocmd", AutoCmdHive),
|
||||
hives: Group.Hive("autocmd", AutoCmdHive),
|
||||
|
||||
get activeHives() contexts.activeGroups("autocmd").map(function (h) h.autocmd).filter(function (h) h._store.length),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user