Skip to content

Commit

Permalink
disable range true
Browse files Browse the repository at this point in the history
  • Loading branch information
lena.natter committed Nov 30, 2023
1 parent 1e2d07f commit 986d61e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusonic/pdf.js",
"version": "2.0.0-4",
"version": "2.0.0-5-dev",
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
Expand Down
5 changes: 3 additions & 2 deletions web/app_options.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const defaultOptions = {
},
disableRange: {
/** @type {boolean} */
value: false,
value: true,
kind: OptionKind.API + OptionKind.PREFERENCE,
},
disableStream: {
Expand Down Expand Up @@ -419,4 +419,5 @@ if (typeof PDFJSDev === "undefined" || PDFJSDev.test("GENERIC")) {
};
}

export { AppOptions, compatibilityParams, OptionKind };
export { AppOptions, OptionKind, compatibilityParams };

Check failure on line 422 in web/app_options.js

View workflow job for this annotation

GitHub Actions / Test

Expected compatibilityParams before OptionKind

Check failure on line 423 in web/app_options.js

View workflow job for this annotation

GitHub Actions / Test

Delete `⏎`

Check failure on line 423 in web/app_options.js

View workflow job for this annotation

GitHub Actions / Test

Too many blank lines at the end of file. Max of 0 allowed

0 comments on commit 986d61e

Please sign in to comment.