1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 23:58:07 +02:00

removed safari compatibility check

This commit is contained in:
eugenesqr 2018-06-21 09:12:30 +03:00
parent a278c5a8dc
commit 331ac8ae74
4 changed files with 5 additions and 18 deletions

View file

@ -157,12 +157,12 @@ const defaultOptions = {
},
disableRange: {
/** @type {boolean} */
value: apiCompatibilityParams.disableRange || false,
value: false,
kind: OptionKind.API,
},
disableStream: {
/** @type {boolean} */
value: apiCompatibilityParams.disableStream || false,
value: false,
kind: OptionKind.API,
},
isEvalSupported: {