1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:02:28 +01:00

use completion.dialog to complete :dialog

This commit is contained in:
Doug Kearns
2008-10-08 11:42:24 +00:00
parent e52fc9af43
commit 54447f16ef

View File

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