Browse Source

Merge pull request #5951 from arai-a/bug1156287

Bug 1156287 - Do not extract unreachable code after return
Jonas Jenwald 10 years ago
parent
commit
c47d60f865
  1. 2
      web/viewer.js

2
web/viewer.js

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

Loading…
Cancel
Save