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:
@@ -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);
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user