mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 01:35:45 +01:00
Move util.identity to the base module.
Most other functions of its ilk live there.
This commit is contained in:
@@ -1322,7 +1322,7 @@ var Options = Module("options", {
|
||||
[option.stringValue, _("option.currentValue")],
|
||||
[option.stringDefaultValue, _("option.defaultValue")]
|
||||
].filter(f => f[0] !== "");
|
||||
context.quote = ["", util.identity, ""];
|
||||
context.quote = ["", identity, ""];
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user