1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 17:57:58 +01:00

Fix typo.

This commit is contained in:
Kris Maglione
2011-02-11 16:11:09 -05:00
parent 7ca9b9cfea
commit 083c29e3de

View File

@@ -305,7 +305,7 @@ var Abbreviations = Module("abbreviations", {
}, { }, {
argCount: "?", argCount: "?",
bang: true, bang: true,
completer: function (context) completion.abbreviation(context, modes, args["-group"]), completer: function (context, args) completion.abbreviation(context, modes, args["-group"]),
literal: 0, literal: 0,
options: [contexts.GroupFlag("abbrevs")] options: [contexts.GroupFlag("abbrevs")]
}); });