mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Fix a small lint error in fonts_utils.js
This commit is contained in:
parent
f3c20150bd
commit
826e0baf14
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function readCharset(aStream, aCharstrings) {
|
|||
*/
|
||||
function readCharstringEncoding(aString) {
|
||||
if (!aString)
|
||||
return "";
|
||||
return '';
|
||||
|
||||
var charstringTokens = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue