mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 07:18:00 +01:00
Fix more function formatting faux pas as per the style guide.
This commit is contained in:
@@ -43,8 +43,7 @@ function Tabs() //{{{
|
||||
var getBrowser = (function () {
|
||||
if (config.hostApplication == "Thunderbird")
|
||||
{
|
||||
return function ()
|
||||
{
|
||||
return function () {
|
||||
if (!tabmail)
|
||||
{
|
||||
tabmail = document.getElementById("tabmail");
|
||||
|
||||
Reference in New Issue
Block a user