Bug 1232196 - Update pdf.js to version 1.3.76. r=bdahl

This commit is contained in:
Ryan VanderMeulen 2015-12-13 11:15:26 -05:00
Родитель 38f5dfbae5
Коммит 9fefd487d5
3 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -1,3 +1,3 @@
This is the pdf.js project output, https://github.com/mozilla/pdf.js
Current extension version is: 1.3.72
Current extension version is: 1.3.76

Просмотреть файл

@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.3.72';
PDFJS.build = '4d6f3c8';
PDFJS.version = '1.3.76';
PDFJS.build = 'f7ec866';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -6404,8 +6404,6 @@ var TilingPattern = (function TilingPatternClosure() {
})();
PDFJS.disableFontFace = false;
function FontLoader(docId) {
this.docId = docId;
this.styleElement = null;
@ -6428,6 +6426,7 @@ FontLoader.prototype = {
var styleElement = this.styleElement;
if (styleElement) {
styleElement.parentNode.removeChild(styleElement);
styleElement = this.styleElement = null;
}
},
bind: function fontLoaderBind(fonts, callback) {

Просмотреть файл

@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.3.72';
PDFJS.build = '4d6f3c8';
PDFJS.version = '1.3.76';
PDFJS.build = 'f7ec866';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it