mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-07 17:05:38 +02:00
f724ae98a1
changed the build
script to use Babel, so this commit updates the file names accordingly
17 lines
141 B
JavaScript
17 lines
141 B
JavaScript
function f1() {
|
|
"1";
|
|
"2";
|
|
}
|
|
function f2() {
|
|
"1";
|
|
"2";
|
|
}
|
|
function f3() {
|
|
if ("1") {
|
|
"1";
|
|
}
|
|
"2";
|
|
if ("3") {
|
|
"4";
|
|
}
|
|
}
|