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

fix typo in :dialog definition

This commit is contained in:
Doug Kearns
2008-10-06 16:22:10 +00:00
parent 50ba2ed66e
commit 4860ff32fe

View File

@@ -185,14 +185,12 @@ const liberator = (function () //{{{
}
},
{
argCount: "1",
bang: true,
completer: function (filter)
{
return [0, liberator.completion.filter(liberator.config.dialogs || [], filter)];
}
},
{
argCount: "1",
bang: true
});
// TODO: move this