Skip to content

Commit

Permalink
PDF.js version 1.7.351 - See mozilla/pdf.js@a544a3b
Browse files Browse the repository at this point in the history
  • Loading branch information
pdfjsbot committed Mar 8, 2017
1 parent 63b9a29 commit 109b078
Show file tree
Hide file tree
Showing 15 changed files with 126 additions and 131 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.7.348",
"version": "1.7.351",
"main": [
"build/pdf.js",
"build/pdf.worker.js"
Expand Down
42 changes: 21 additions & 21 deletions build/pdf.combined.js
Expand Up @@ -26,41 +26,41 @@
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};

/******/
/******/ // The require function
/******/ function __w_pdfjs_require__(moduleId) {

/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;

/******/
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };

/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __w_pdfjs_require__);

/******/
/******/ // Flag the module as loaded
/******/ module.l = true;

/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }


/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __w_pdfjs_require__.m = modules;

/******/
/******/ // expose the module cache
/******/ __w_pdfjs_require__.c = installedModules;

/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __w_pdfjs_require__.i = function(value) { return value; };

/******/
/******/ // define getter function for harmony exports
/******/ __w_pdfjs_require__.d = function(exports, name, getter) {
/******/ if(!__w_pdfjs_require__.o(exports, name)) {
Expand All @@ -71,7 +71,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ });
/******/ }
/******/ };

/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __w_pdfjs_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
Expand All @@ -80,13 +80,13 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __w_pdfjs_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };

/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __w_pdfjs_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };

/******/
/******/ // __webpack_public_path__
/******/ __w_pdfjs_require__.p = "";

/******/
/******/ // Load entry module and return exports
/******/ return __w_pdfjs_require__(__w_pdfjs_require__.s = 48);
/******/ })
Expand Down Expand Up @@ -20022,8 +20022,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}
};
}();
exports.version = '1.7.348';
exports.build = '754c4bd0';
exports.version = '1.7.351';
exports.build = 'a544a3b4';
exports.getDocument = getDocument;
exports.PDFDataRangeTransport = PDFDataRangeTransport;
exports.PDFWorker = PDFWorker;
Expand Down Expand Up @@ -38777,8 +38777,8 @@ if (!globalScope.PDFJS) {
globalScope.PDFJS = {};
}
var PDFJS = globalScope.PDFJS;
PDFJS.version = '1.7.348';
PDFJS.build = '754c4bd0';
PDFJS.version = '1.7.351';
PDFJS.build = 'a544a3b4';
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
sharedUtil.setVerbosityLevel(PDFJS.verbosity);
Expand Down Expand Up @@ -57884,8 +57884,8 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {

"use strict";

var pdfjsVersion = '1.7.348';
var pdfjsBuild = '754c4bd0';
var pdfjsVersion = '1.7.351';
var pdfjsBuild = 'a544a3b4';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(26);
var pdfjsDisplayAPI = __w_pdfjs_require__(10);
Expand Down
42 changes: 21 additions & 21 deletions build/pdf.js
Expand Up @@ -26,41 +26,41 @@
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};

/******/
/******/ // The require function
/******/ function __w_pdfjs_require__(moduleId) {

/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;

/******/
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };

/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __w_pdfjs_require__);

/******/
/******/ // Flag the module as loaded
/******/ module.l = true;

/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }


/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __w_pdfjs_require__.m = modules;

/******/
/******/ // expose the module cache
/******/ __w_pdfjs_require__.c = installedModules;

/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __w_pdfjs_require__.i = function(value) { return value; };

/******/
/******/ // define getter function for harmony exports
/******/ __w_pdfjs_require__.d = function(exports, name, getter) {
/******/ if(!__w_pdfjs_require__.o(exports, name)) {
Expand All @@ -71,7 +71,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ });
/******/ }
/******/ };

/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __w_pdfjs_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
Expand All @@ -80,13 +80,13 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __w_pdfjs_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };

/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __w_pdfjs_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };

/******/
/******/ // __webpack_public_path__
/******/ __w_pdfjs_require__.p = "";

/******/
/******/ // Load entry module and return exports
/******/ return __w_pdfjs_require__(__w_pdfjs_require__.s = 14);
/******/ })
Expand Down Expand Up @@ -3735,8 +3735,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}
};
}();
exports.version = '1.7.348';
exports.build = '754c4bd0';
exports.version = '1.7.351';
exports.build = 'a544a3b4';
exports.getDocument = getDocument;
exports.PDFDataRangeTransport = PDFDataRangeTransport;
exports.PDFWorker = PDFWorker;
Expand Down Expand Up @@ -5768,8 +5768,8 @@ if (!globalScope.PDFJS) {
globalScope.PDFJS = {};
}
var PDFJS = globalScope.PDFJS;
PDFJS.version = '1.7.348';
PDFJS.build = '754c4bd0';
PDFJS.version = '1.7.351';
PDFJS.build = 'a544a3b4';
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
sharedUtil.setVerbosityLevel(PDFJS.verbosity);
Expand Down Expand Up @@ -9855,8 +9855,8 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {

"use strict";

var pdfjsVersion = '1.7.348';
var pdfjsBuild = '754c4bd0';
var pdfjsVersion = '1.7.351';
var pdfjsBuild = 'a544a3b4';
var pdfjsSharedUtil = __w_pdfjs_require__(0);
var pdfjsDisplayGlobal = __w_pdfjs_require__(9);
var pdfjsDisplayAPI = __w_pdfjs_require__(3);
Expand Down
10 changes: 5 additions & 5 deletions build/pdf.min.js

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions build/pdf.worker.js
Expand Up @@ -26,41 +26,41 @@
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};

/******/
/******/ // The require function
/******/ function __w_pdfjs_require__(moduleId) {

/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;

/******/
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };

/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __w_pdfjs_require__);

/******/
/******/ // Flag the module as loaded
/******/ module.l = true;

/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }


/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __w_pdfjs_require__.m = modules;

/******/
/******/ // expose the module cache
/******/ __w_pdfjs_require__.c = installedModules;

/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __w_pdfjs_require__.i = function(value) { return value; };

/******/
/******/ // define getter function for harmony exports
/******/ __w_pdfjs_require__.d = function(exports, name, getter) {
/******/ if(!__w_pdfjs_require__.o(exports, name)) {
Expand All @@ -71,7 +71,7 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ });
/******/ }
/******/ };

/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __w_pdfjs_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
Expand All @@ -80,13 +80,13 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ __w_pdfjs_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };

/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __w_pdfjs_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };

/******/
/******/ // __webpack_public_path__
/******/ __w_pdfjs_require__.p = "";

/******/
/******/ // Load entry module and return exports
/******/ return __w_pdfjs_require__(__w_pdfjs_require__.s = 37);
/******/ })
Expand Down Expand Up @@ -51072,8 +51072,8 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {

"use strict";

var pdfjsVersion = '1.7.348';
var pdfjsBuild = '754c4bd0';
var pdfjsVersion = '1.7.351';
var pdfjsBuild = 'a544a3b4';
var pdfjsCoreWorker = __w_pdfjs_require__(8);
{
__w_pdfjs_require__(19);
Expand Down
38 changes: 19 additions & 19 deletions build/pdf.worker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/display/api.js
Expand Up @@ -1374,8 +1374,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}
};
}();
exports.version = '1.7.348';
exports.build = '754c4bd0';
exports.version = '1.7.351';
exports.build = 'a544a3b4';
exports.getDocument = getDocument;
exports.PDFDataRangeTransport = PDFDataRangeTransport;
exports.PDFWorker = PDFWorker;
Expand Down
4 changes: 2 additions & 2 deletions lib/display/global.js
Expand Up @@ -30,8 +30,8 @@ if (!globalScope.PDFJS) {
globalScope.PDFJS = {};
}
var PDFJS = globalScope.PDFJS;
PDFJS.version = '1.7.348';
PDFJS.build = '754c4bd0';
PDFJS.version = '1.7.351';
PDFJS.build = 'a544a3b4';
PDFJS.pdfBug = false;
if (PDFJS.verbosity !== undefined) {
sharedUtil.setVerbosityLevel(PDFJS.verbosity);
Expand Down
4 changes: 2 additions & 2 deletions lib/pdf.js
Expand Up @@ -13,8 +13,8 @@
* limitations under the License.
*/
'use strict';
var pdfjsVersion = '1.7.348';
var pdfjsBuild = '754c4bd0';
var pdfjsVersion = '1.7.351';
var pdfjsBuild = 'a544a3b4';
var pdfjsSharedUtil = require('./shared/util.js');
var pdfjsDisplayGlobal = require('./display/global.js');
var pdfjsDisplayAPI = require('./display/api.js');
Expand Down
4 changes: 2 additions & 2 deletions lib/pdf.worker.js
Expand Up @@ -13,8 +13,8 @@
* limitations under the License.
*/
'use strict';
var pdfjsVersion = '1.7.348';
var pdfjsBuild = '754c4bd0';
var pdfjsVersion = '1.7.351';
var pdfjsBuild = 'a544a3b4';
var pdfjsCoreWorker = require('./core/worker.js');
{
require('./core/network.js');
Expand Down
5 changes: 1 addition & 4 deletions lib/web/pdf_attachment_viewer.js
Expand Up @@ -26,10 +26,7 @@ var PDFAttachmentViewer = function PDFAttachmentViewerClosure() {
PDFAttachmentViewer.prototype = {
reset: function PDFAttachmentViewer_reset(keepRenderedCapability) {
this.attachments = null;
var container = this.container;
while (container.firstChild) {
container.removeChild(container.firstChild);
}
this.container.textContent = '';
if (!keepRenderedCapability) {
this._renderedCapability = pdfjsLib.createPromiseCapability();
}
Expand Down
6 changes: 2 additions & 4 deletions lib/web/pdf_outline_viewer.js
Expand Up @@ -28,10 +28,8 @@ var PDFOutlineViewer = function PDFOutlineViewerClosure() {
reset: function PDFOutlineViewer_reset() {
this.outline = null;
this.lastToggleIsShow = true;
var container = this.container;
while (container.firstChild) {
container.removeChild(container.firstChild);
}
this.container.textContent = '';
this.container.classList.remove('outlineWithDeepNesting');
},
_dispatchEvent: function PDFOutlineViewer_dispatchEvent(outlineCount) {
this.eventBus.dispatch('outlineloaded', {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.7.348",
"version": "1.7.351",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
Expand Down

0 comments on commit 109b078

Please sign in to comment.