mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:57:58 +01:00
Speed up completions. Fix Structcommands.jsdefaultValue in FF 3.0. Temporarilly name anonymous functions for profiling.
This commit is contained in:
@@ -72,8 +72,7 @@ function AutoCommands() //{{{
|
||||
"Execute commands automatically on events",
|
||||
function (args, special)
|
||||
{
|
||||
let [event, regex] = args.arguments;
|
||||
let cmd = args.literalArg;
|
||||
let [event, regex, cmd] = args.arguments;
|
||||
let events = null;
|
||||
if (event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user