mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 02:16:00 +01:00
Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator
This commit is contained in:
@@ -1014,7 +1014,7 @@ function Tabs() //{{{
|
||||
*/
|
||||
stopAll: function ()
|
||||
{
|
||||
for (let [,browser] in this.browsers)
|
||||
for (let [, browser] in this.browsers)
|
||||
browser.stop();
|
||||
},
|
||||
|
||||
@@ -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