@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.0.1040",
"version": "1.0.1051",
"main": [
"build/pdf.js",
"build/pdf.worker.js"
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.1040';
PDFJS.build = '997096f';
PDFJS.version = '1.0.1051';
PDFJS.build = 'e93cf5c';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
"Mozilla",
@ -20,6 +20,7 @@
right: 0;
bottom: 0;
overflow: hidden;
opacity: 0.2;
.textLayer > div {
@ -58,6 +59,9 @@
background-color: rgb(0, 100, 0);
.textLayer ::selection { background: rgb(0,0,255); }
.textLayer ::-moz-selection { background: rgb(0,0,255); }
.pdfViewer .canvasWrapper {