mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 20:37:58 +01:00
Fix Teledactyl option initialization typo.
--HG-- extra : rebase_source : fe95f1616893f1409033b16553b130e76d222e22
This commit is contained in:
@@ -154,7 +154,7 @@ const Config = Module("config", ConfigBase, {
|
|||||||
"<Down>": modes.NORMAL | modes.INSERT
|
"<Down>": modes.NORMAL | modes.INSERT
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
optons: function () {
|
options: function () {
|
||||||
// FIXME: comment obviously incorrect
|
// FIXME: comment obviously incorrect
|
||||||
// 0: never automatically edit externally
|
// 0: never automatically edit externally
|
||||||
// 1: automatically edit externally when message window is shown the first time
|
// 1: automatically edit externally when message window is shown the first time
|
||||||
|
|||||||
Reference in New Issue
Block a user