aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platform/firefox/vapi-background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 5f3fce4..7038afb 100644
--- a/platform/firefox/vapi-background.js
+++ b/platform/firefox/vapi-background.js
@@ -533,7 +533,7 @@ var getTabBrowser = (function() {
if ( vAPI.thunderbird ) {
return function(win) {
- win.document.getElementById('tabmail');
+ return win.document.getElementById('tabmail') || null;
};
}