mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 14:54:13 +01:00
Whitespace fixes.
This commit is contained in:
@@ -322,7 +322,7 @@ var EventHive = Class("EventHive", Contexts.Hive, {
|
||||
var [self, events] = [null, array.toObject([[event, callback]])];
|
||||
else {
|
||||
[self, events] = [event, event[callback || "events"]];
|
||||
[,, capture, allowUntrusted] = arguments;
|
||||
[, , capture, allowUntrusted] = arguments;
|
||||
}
|
||||
|
||||
if (set.has(events, "input") && !set.has(events, "dactyl-input"))
|
||||
|
||||
Reference in New Issue
Block a user