1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:58:00 +01:00

Fix typo in tabs.js

This commit is contained in:
Kris Maglione
2008-10-29 17:16:50 +00:00
parent d21c5fac6c
commit 9edc89001d

View File

@@ -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]];
},