mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 06:35:47 +01:00
Hello strange new syntax. Can we be friends?
This commit is contained in:
@@ -123,8 +123,7 @@ var Map = Class("Map", {
|
||||
contexts.context,
|
||||
args);
|
||||
|
||||
let self = this;
|
||||
function repeat() self.action(args)
|
||||
let repeat = () => this.action(args);
|
||||
if (this.names[0] != ".") // FIXME: Kludge.
|
||||
mappings.repeat = repeat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user