1
0
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:
Doug Kearns
2010-10-15 04:42:12 +11:00
parent 496ea687f6
commit a5789198ba

View File

@@ -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