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:
parent
3b637e71d4
commit
f162fed6b9
4 changed files with 14 additions and 10 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue