diff --git a/README.md b/README.md index dd9e7e88c..913bc2892 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PDF.js -PDF.js is Portable Document Format (PDF) viewer that is built with HTML5. +PDF.js is a Portable Document Format (PDF) viewer that is built with HTML5. PDF.js is community-driven and supported by Mozilla Labs. Our goal is to create a general-purpose, web standards-based platform for parsing and diff --git a/src/core/evaluator.js b/src/core/evaluator.js index dde570e78..e4951b2af 100644 --- a/src/core/evaluator.js +++ b/src/core/evaluator.js @@ -20,8 +20,8 @@ isNum, isStream, isString, JpegStream, Lexer, Metrics, MurmurHash3_64, Name, Parser, Pattern, PDFImage, PDFJS, serifFonts, stdFontMap, symbolsFonts, getTilingPatternIR, warn, Util, Promise, - LegacyPromise, RefSetCache, isRef, TextRenderingMode, CMapFactory, - OPS, UNSUPPORTED_FEATURES, UnsupportedManager, NormalizedUnicodes, + RefSetCache, isRef, TextRenderingMode, CMapFactory, OPS, + UNSUPPORTED_FEATURES, UnsupportedManager, NormalizedUnicodes, IDENTITY_MATRIX, reverseIfRtl */ 'use strict';