mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 02:07:58 +01:00
Add missing semicolons.
...let the good times roll.
This commit is contained in:
@@ -303,7 +303,7 @@ const Tabs = Module("tabs", {
|
||||
return;
|
||||
}
|
||||
|
||||
let tabs = this.visibleTabs
|
||||
let tabs = this.visibleTabs;
|
||||
if (tabs.indexOf(tab) < 0)
|
||||
tabs = this.allTabs;
|
||||
let index = tabs.indexOf(tab);
|
||||
|
||||
Reference in New Issue
Block a user