1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-28 18:55:46 +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:
Doug Kearns
2008-10-04 09:00:36 +00:00
parent 690ce8d8e2
commit 156fa5d56f
16 changed files with 166 additions and 171 deletions

View File

@@ -305,10 +305,7 @@ liberator.Search = function () //{{{
liberator.commands.add(["noh[lsearch]"],
"Remove the search highlighting",
function ()
{
liberator.search.clear();
},
function () liberator.search.clear(),
{ argCount: "0" });
/////////////////////////////////////////////////////////////////////////////}}}