mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 23:35:46 +01:00
s/\bset\b/Set/g
This commit is contained in:
@@ -137,7 +137,7 @@ const Config = Module("config", ConfigBase, {
|
||||
},
|
||||
|
||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||
features: Class.memoize(function () set(
|
||||
features: Class.memoize(function () Set(
|
||||
this.isComposeWindow ? ["addressbook"]
|
||||
: ["hints", "mail", "marks", "addressbook", "tabs"])),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user