mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
f724ae98a1
changed the build
script to use Babel, so this commit updates the file names accordingly
21 lines
221 B
JavaScript
21 lines
221 B
JavaScript
var a = false;
|
|
var b = true;
|
|
var c = true;
|
|
var d = false;
|
|
var e = true;
|
|
var f = "text";
|
|
var g = {
|
|
obj: {
|
|
i: 1
|
|
},
|
|
j: 2
|
|
};
|
|
var h = {
|
|
test: "test"
|
|
};
|
|
var i = '0';
|
|
var j = {
|
|
i: 1
|
|
};
|
|
var k = false;
|
|
var l = true;
|