mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 15:22:26 +01:00
prefer let over var in Mappings, Modes, and Options
This commit is contained in:
@@ -810,7 +810,7 @@ function CommandLine() //{{{
|
||||
command.description,
|
||||
function (args)
|
||||
{
|
||||
var str = echoArgumentToString(args.string, true);
|
||||
let str = echoArgumentToString(args.string, true);
|
||||
if (str != null)
|
||||
command.action(str);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user