mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +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)
|
completer: function (filter)
|
||||||
{
|
{
|
||||||
return [0, liberator.completion.filter(liberator.config.dialogs || [], filter)];
|
return [0, liberator.completion.filter(liberator.config.dialogs || [], filter)];
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
argCount: "1",
|
|
||||||
bang: true
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: move this
|
// TODO: move this
|
||||||
|
|||||||
Reference in New Issue
Block a user