mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 23:33:32 +01:00
s/Itarator/Iterator/
This commit is contained in:
@@ -629,7 +629,7 @@ function Tabs() //{{{
|
|||||||
"Undo closing of all closed tabs",
|
"Undo closing of all closed tabs",
|
||||||
function (args)
|
function (args)
|
||||||
{
|
{
|
||||||
for (let i in Itarator(tabs.closedTabs))
|
for (let i in Iterator(tabs.closedTabs))
|
||||||
window.undoCloseTab(0);
|
window.undoCloseTab(0);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user