mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Fix a small lint error in fonts_utils.js
This commit is contained in:
parent
f3c20150bd
commit
826e0baf14
@ -55,7 +55,7 @@ function readCharset(aStream, aCharstrings) {
|
||||
*/
|
||||
function readCharstringEncoding(aString) {
|
||||
if (!aString)
|
||||
return "";
|
||||
return '';
|
||||
|
||||
var charstringTokens = [];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user