mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 08:05:44 +01:00
Adjust some API names to make things more consistent and less confusing.
--HG-- branch : groups
This commit is contained in:
@@ -301,13 +301,13 @@ var MapHive = Class("MapHive", {
|
||||
*/
|
||||
var Mappings = Module("mappings", {
|
||||
init: function () {
|
||||
this.user = contexts.subGroup.mappings.user;
|
||||
this.builtin = contexts.subGroup.mappings.builtin;
|
||||
this.user = contexts.hives.mappings.user;
|
||||
this.builtin = contexts.hives.mappings.builtin;
|
||||
},
|
||||
|
||||
repeat: Modes.boundProperty(),
|
||||
|
||||
hives: Group.SubGroup("mappings", MapHive),
|
||||
hives: Group.Hive("mappings", MapHive),
|
||||
|
||||
get allHives() contexts.allGroups.mappings,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user