Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usman-bajwa committed Aug 9, 2023
1 parent 51df23f commit 5499247
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2230,11 +2230,6 @@ const PDFViewerApplication = {
};

if (typeof PDFJSDev === "undefined" || PDFJSDev.test("GENERIC")) {
const HOSTED_VIEWER_ORIGINS = [
"null",
"http://mozilla.github.io",
"https://mozilla.github.io",
];
// eslint-disable-next-line no-var
var validateFileURL = function (file) {
return true;
Expand Down

0 comments on commit 5499247

Please sign in to comment.