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

Fixes preprocessor testing and adds deadcode removal.

This commit is contained in:
Yury Delendik 2017-01-09 13:15:09 -06:00
parent f828f07ccd
commit 6265bb6038
7 changed files with 100 additions and 46 deletions

View file

@ -1,10 +1,10 @@
function test() {
"test";
"1";
"2";
"3";
if ("test") {
"5";
}
"4";
"test";
"1";
"2";
"3";
if ("test") {
"5";
}
"4";
}