1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Convert src/core/charsets.js and src/core/standard_fonts.js to ES6 syntax

Moreover, include the "no var" ESLint comment to
`src/core/annotation.js` and `src/core/ps_parser.js` since they are
already converted.
This commit is contained in:
Tim van der Meij 2019-01-05 19:03:53 +01:00
parent 3b637e71d4
commit f162fed6b9
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
4 changed files with 14 additions and 10 deletions

View file

@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint no-var: error */
import { FormatError, isSpace, shadow } from '../shared/util';
import { EOF } from './primitives';