mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:22:27 +01:00
add bangAllowed property to Command's extraInfo to specify whether the bang
version of the command is available
This commit is contained in:
@@ -287,6 +287,7 @@ liberator.config = { //{{{
|
||||
}
|
||||
},
|
||||
{
|
||||
bangAllowed: true,
|
||||
completer: function (filter) liberator.completion.url(filter)
|
||||
});
|
||||
|
||||
@@ -363,9 +364,7 @@ liberator.config = { //{{{
|
||||
else
|
||||
liberator.open("about:blank", liberator.NEW_WINDOW);
|
||||
},
|
||||
{
|
||||
completer: function (filter) liberator.completion.url(filter)
|
||||
});
|
||||
{ completer: function (filter) liberator.completion.url(filter) });
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// OPTIONS /////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user