Fix lint error: extensions/firefox/content/PdfStreamConverter.jsm: line 384, col 63, Expected '===' and instead saw '=='.
This commit is contained in:
parent
8389f1d792
commit
801902c6cc
@ -381,7 +381,7 @@ ChromeActions.prototype = {
|
|||||||
return (!!prefBrowser && prefGfx);
|
return (!!prefBrowser && prefGfx);
|
||||||
},
|
},
|
||||||
supportsDocumentColors: function() {
|
supportsDocumentColors: function() {
|
||||||
if (getIntPref('browser.display.document_color_use', 0) == 2 ||
|
if (getIntPref('browser.display.document_color_use', 0) === 2 ||
|
||||||
!getBoolPref('browser.display.use_document_colors', true)) {
|
!getBoolPref('browser.display.use_document_colors', true)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user