mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +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) {
|
function readCharstringEncoding(aString) {
|
||||||
if (!aString)
|
if (!aString)
|
||||||
return "";
|
return '';
|
||||||
|
|
||||||
var charstringTokens = [];
|
var charstringTokens = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue