1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 19:15:46 +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) { function (args) {
for (let tab in values(tabs.visibleTabs)) { for (let tab in values(tabs.visibleTabs)) {
tabs.select(tab); tabs.select(tab);
if (!commands.execute(args[0] || "", null, true)) dactyl.execute(args[0], null, true);
break;
} }
}, { }, {
argCount: "1", argCount: "1",