mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:08:00 +01:00
Formatting fixes.
This commit is contained in:
@@ -530,7 +530,6 @@ const Tabs = Module("tabs", {
|
||||
services.get("sessionStore").setTabState(to, tabState);
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* @param spec can either be:
|
||||
* - an absolute integer
|
||||
@@ -564,7 +563,7 @@ const Tabs = Module("tabs", {
|
||||
position = wrap ? (position % length) + length : 0;
|
||||
|
||||
return position;
|
||||
},
|
||||
}
|
||||
}, {
|
||||
commands: function () {
|
||||
commands.add(["bd[elete]", "bw[ipeout]", "bun[load]", "tabc[lose]"],
|
||||
@@ -1115,7 +1114,7 @@ const Tabs = Module("tabs", {
|
||||
validator: Option.validateCompleter
|
||||
});
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user