mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Merge pull request #5951 from arai-a/bug1156287
Bug 1156287 - Do not extract unreachable code after return
This commit is contained in:
commit
c47d60f865
1 changed files with 0 additions and 2 deletions
|
@ -1684,9 +1684,7 @@ function webViewerInitialized() {
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//#endif
|
|
||||||
|
|
||||||
//#if !B2G && !CHROME
|
|
||||||
if (file) {
|
if (file) {
|
||||||
PDFViewerApplication.open(file, 0);
|
PDFViewerApplication.open(file, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue