mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
ES6 modules: remove UMD header validation
This patch is another step towards enabling Babel. Since we're moving towards ES6 modules, we will not be using UMD headers anymore, so we can remove the validation.
This commit is contained in:
parent
754c4bd0ab
commit
5eb090f288
7 changed files with 1 additions and 533 deletions
|
@ -13,7 +13,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
/* eslint-disable no-unused-vars */
|
||||
/* umdutils ignore */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
1
src/pdf.worker.js
vendored
1
src/pdf.worker.js
vendored
|
@ -13,7 +13,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
/* eslint-disable no-unused-vars */
|
||||
/* umdutils ignore */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue