1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 23:58:07 +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:
Tim van der Meij 2017-03-04 21:43:25 +01:00
parent 754c4bd0ab
commit 5eb090f288
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
7 changed files with 1 additions and 533 deletions

View file

@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* umdutils ignore */
'use strict';

View file

@ -13,7 +13,6 @@
* limitations under the License.
*/
/* globals module, __pdfjsdev_webpack__ */
/* umdutils ignore */
'use strict';