mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Remove globals
that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine)
This commit is contained in:
parent
2f3805efbc
commit
c850968fa7
34 changed files with 38 additions and 59 deletions
|
@ -1,8 +1,7 @@
|
|||
/* globals expect, it, describe, Dict, Name, Annotation, AnnotationBorderStyle,
|
||||
AnnotationBorderStyleType, AnnotationType, AnnotationFlag, PDFJS,
|
||||
beforeEach, afterEach, stringToBytes, AnnotationFactory, Ref, isRef,
|
||||
beforeAll, afterAll, AnnotationFieldFlag, stringToUTF8String,
|
||||
StringStream, Lexer, Parser */
|
||||
/* globals isRef, AnnotationFactory, Dict, Name, Ref, AnnotationType,
|
||||
AnnotationFlag, Annotation, AnnotationBorderStyle,
|
||||
AnnotationBorderStyleType, StringStream, Lexer, Parser,
|
||||
stringToUTF8String, AnnotationFieldFlag, PDFJS, stringToBytes */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue