1
0
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:
Doug Kearns
2011-04-04 22:10:28 +10:00
parent b1f6343fda
commit 8ef77adb1c
7 changed files with 9 additions and 14 deletions

View File

@@ -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"))