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