1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 15:34:10 +01:00

Fix :tabdo.

This commit is contained in:
Doug Kearns
2011-03-06 22:57:51 +11:00
parent 7306b50710
commit 10d08d2833

View File

@@ -617,8 +617,7 @@ var Tabs = Module("tabs", {
function (args) {
for (let tab in values(tabs.visibleTabs)) {
tabs.select(tab);
if (!commands.execute(args[0] || "", null, true))
break;
dactyl.execute(args[0], null, true);
}
}, {
argCount: "1",