mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 08:54:13 +01:00
Speed up completions. Fix Structcommands.jsdefaultValue in FF 3.0. Temporarilly name anonymous functions for profiling.
This commit is contained in:
@@ -158,8 +158,7 @@ function Mappings() //{{{
|
||||
}
|
||||
|
||||
// ?:\s+ <- don't remember; (...)? optional = rhs
|
||||
let [lhs] = args.arguments;
|
||||
let rhs = args.literalArg;
|
||||
let [lhs, rhs] = args.arguments;
|
||||
|
||||
if (!rhs) // list the mapping
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user