aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--panorama.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/panorama.js b/panorama.js
index 931cb8f..c2b4095 100644
--- a/panorama.js
+++ b/panorama.js
@@ -371,7 +371,7 @@ function switchToGroup (spec, wrap) {
*/
function removeTab (tab, count, focusLeftTab, quitOnLastTab) {
const gb = gBrowser;
- function remove(tab) {
+ function remove (tab) {
if (gb.tabs.length > 1) {
gb.removeTab(tab);
} else if (buffer.URL != "about:blank" || gb.webNavigation.sessionHistory.count > 0) {