mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
11 lines
78 B
JavaScript
11 lines
78 B
JavaScript
function test() {
|
|
"test";
|
|
"1";
|
|
"2";
|
|
"3";
|
|
if ("test") {
|
|
"5";
|
|
}
|
|
"4";
|
|
}
|