mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-09 22:35:46 +01:00
Adjust some API names to make things more consistent and less confusing.
--HG-- branch : groups
This commit is contained in:
@@ -600,7 +600,7 @@ var Styles = Module("Styles", {
|
||||
});
|
||||
},
|
||||
contexts: function (dactyl, modules, window) {
|
||||
modules.Group.SubGroup("styles", function (group) styles.addHive(group.name));
|
||||
modules.Group.Hive("styles", function (group) styles.addHive(group.name));
|
||||
},
|
||||
completion: function (dactyl, modules, window) {
|
||||
const names = Array.slice(util.computedStyle(window.document.createElement("div")));
|
||||
|
||||
Reference in New Issue
Block a user