1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 10:05:46 +01:00

s/Itarator/Iterator/

This commit is contained in:
Kris Maglione
2009-01-18 17:24:51 -05:00
parent cead5e3230
commit 207913e49a

View File

@@ -629,7 +629,7 @@ function Tabs() //{{{
"Undo closing of all closed tabs",
function (args)
{
for (let i in Itarator(tabs.closedTabs))
for (let i in Iterator(tabs.closedTabs))
window.undoCloseTab(0);
},