1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +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 ) { if ( vAPI.thunderbird ) {
return function(win) { return function(win) {
win.document.getElementById('tabmail'); return win.document.getElementById('tabmail') || null;
}; };
} }