mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:07:58 +01:00
Fix some anglicised spellings and other typos.
This commit is contained in:
@@ -832,7 +832,7 @@ const Buffer = Module("buffer", {
|
||||
|
||||
// find the currently focused frame index
|
||||
// TODO: If the window is a frameset then the first _frame_ should be
|
||||
// focused. Since this is not the current FF behaviour,
|
||||
// focused. Since this is not the current FF behavior,
|
||||
// we initialize current to -1 so the first call takes us to the
|
||||
// first frame.
|
||||
let current = frames.indexOf(document.commandDispatcher.focusedWindow);
|
||||
|
||||
Reference in New Issue
Block a user