diff --git a/content/editor.js b/content/editor.js index e4f76d2f..b6798074 100644 --- a/content/editor.js +++ b/content/editor.js @@ -231,7 +231,7 @@ liberator.Editor = function () //{{{ // insert mode mappings liberator.mappings.add(modes, - ["", "", "", ""], + ["", "", "", "", ""], "Ignore certain " + liberator.config.hostApplication + " key bindings", function () { /*liberator.beep();*/ });