mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 01:34:12 +01:00
Formatting fixes.
This commit is contained in:
@@ -1072,7 +1072,7 @@ function Tabs() //{{{
|
||||
let lowerBuffer = buffer.toLowerCase();
|
||||
let first = tabs.index() + (reverse ? 0 : 1);
|
||||
let nbrowsers = getBrowser().browsers.length;
|
||||
for (let [i,] in tabs.browsers)
|
||||
for (let [i, ] in tabs.browsers)
|
||||
{
|
||||
let index = (i + first) % nbrowsers;
|
||||
let url = getBrowser().getBrowserAtIndex(index).contentDocument.location.href;
|
||||
|
||||
Reference in New Issue
Block a user