mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 19:04:10 +01:00
Whitespace fixes.
--HG-- extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
This commit is contained in:
@@ -315,7 +315,7 @@ const Tabs = Module("tabs", {
|
||||
config.tabbrowser.mTabContainer.selectedItem = tabs[next];
|
||||
|
||||
if (focusLeftTab)
|
||||
tabs.slice(Math.max(0, index+1 - count), index+1).forEach(config.removeTab);
|
||||
tabs.slice(Math.max(0, index + 1 - count), index + 1).forEach(config.removeTab);
|
||||
else
|
||||
tabs.slice(index, index + count).forEach(config.removeTab);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user