|
@@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
|
}
|
|
}
|
|
|
|
|
|
-PDFJS.version = '1.0.937';
|
|
|
|
-PDFJS.build = '308646d';
|
|
|
|
|
|
+PDFJS.version = '1.0.940';
|
|
|
|
+PDFJS.build = '45ca953';
|
|
|
|
|
|
(function pdfjsWrapper() {
|
|
(function pdfjsWrapper() {
|
|
// Use strict in our context only - users might not want it
|
|
// Use strict in our context only - users might not want it
|
|
@@ -11917,7 +11917,7 @@ var PDFFunction = (function PDFFunctionClosure() {
|
|
|
|
|
|
var cachedValue = cache[key];
|
|
var cachedValue = cache[key];
|
|
if (cachedValue !== undefined) {
|
|
if (cachedValue !== undefined) {
|
|
- cachedValue.set(dest, destOffset);
|
|
|
|
|
|
+ dest.set(cachedValue, destOffset);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -11941,7 +11941,7 @@ var PDFFunction = (function PDFFunctionClosure() {
|
|
cache_available--;
|
|
cache_available--;
|
|
cache[key] = output;
|
|
cache[key] = output;
|
|
}
|
|
}
|
|
- output.set(dest, destOffset);
|
|
|
|
|
|
+ dest.set(output, destOffset);
|
|
};
|
|
};
|
|
}
|
|
}
|
|
};
|
|
};
|