mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 00:04:11 +01:00
Typos and whitespace fixes.
This commit is contained in:
@@ -701,7 +701,7 @@ const Events = Module("events", {
|
||||
// access to the real focus target
|
||||
// Huh? --djk
|
||||
onFocusChange: function onFocusChange(event) {
|
||||
// command line has it's own focus change handler
|
||||
// command line has its own focus change handler
|
||||
if (dactyl.mode == modes.COMMAND_LINE)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user