From a5789198ba4f139e153f5ae7f971de1687d11d4c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 15 Oct 2010 04:42:12 +1100 Subject: [PATCH] Fix Teledactyl option initialization typo. --HG-- extra : rebase_source : fe95f1616893f1409033b16553b130e76d222e22 --- teledactyl/content/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teledactyl/content/config.js b/teledactyl/content/config.js index f9e8821f..81ea7b62 100644 --- a/teledactyl/content/config.js +++ b/teledactyl/content/config.js @@ -154,7 +154,7 @@ const Config = Module("config", ConfigBase, { "": modes.NORMAL | modes.INSERT }; }, - optons: function () { + options: function () { // FIXME: comment obviously incorrect // 0: never automatically edit externally // 1: automatically edit externally when message window is shown the first time