mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 12:42:26 +01:00
fix typo in :dialog definition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user