mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
Fix typo in tabs.js
This commit is contained in:
@@ -658,7 +658,7 @@ function Tabs() //{{{
|
||||
|
||||
get browsers() function ()
|
||||
{
|
||||
let browsers = getBrowser.browsers;
|
||||
let browsers = getBrowser().browsers;
|
||||
for (let i = 0; i < browsers.length; i++)
|
||||
yield [i, browsers[i]];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user