1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

this fixes bad code review

This commit is contained in:
gorhill 2015-10-09 10:24:48 -04:00
parent 2d0ed21544
commit b885352724

View File

@ -533,7 +533,7 @@ var getTabBrowser = (function() {
if ( vAPI.thunderbird ) {
return function(win) {
win.document.getElementById('tabmail');
return win.document.getElementById('tabmail') || null;
};
}