mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:25:46 +01:00
You have it backwards. tabs.browsers wasnt *supposed* to be a function.
This commit is contained in:
@@ -657,7 +657,7 @@ function Tabs() //{{{
|
||||
|
||||
get alternate() alternates[1],
|
||||
|
||||
get browsers() function ()
|
||||
get browsers()
|
||||
{
|
||||
let browsers = getBrowser().browsers;
|
||||
for (let i = 0; i < browsers.length; i++)
|
||||
|
||||
Reference in New Issue
Block a user