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

Bug 1156287 - Do not extract unreachable code after return

This commit is contained in:
arai 2015-04-21 00:22:45 +09:00
parent 180a5a2746
commit 5c4e3c31b8

View file

@ -1684,9 +1684,7 @@ function webViewerInitialized() {
}
return;
}
//#endif
//#if !B2G && !CHROME
if (file) {
PDFViewerApplication.open(file, 0);
}