mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 23:24:12 +01:00
Fix minefield.
This commit is contained in:
@@ -591,7 +591,7 @@ function curry(fn, length, self, acc) {
|
||||
if (args.length == 0)
|
||||
return close(self || this, curried);
|
||||
|
||||
let args = acc.concat(args);
|
||||
args = acc.concat(args);
|
||||
|
||||
if (args.length >= length)
|
||||
return fn.apply(self || this, args);
|
||||
|
||||
Reference in New Issue
Block a user