Merge pull request #5951 from arai-a/bug1156287

Bug 1156287 - Do not extract unreachable code after return
This commit is contained in:
Jonas Jenwald 2015-04-20 17:46:11 +02:00
commit c47d60f865

View File

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