From 3f3c7584e9302871d467c3ef5744de459affcd24 Mon Sep 17 00:00:00 2001 From: teramako Date: Tue, 14 Dec 2010 20:40:56 +0900 Subject: fix space after function declaration --- panorama.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'panorama.js') 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) { -- cgit v1.2.3