Bug 1156287 - Do not extract unreachable code after return
This commit is contained in:
parent
180a5a2746
commit
5c4e3c31b8
@ -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…
x
Reference in New Issue
Block a user