@ -105,7 +105,7 @@ return /******/ (function(modules) { // webpackBootstrap
@@ -105,7 +105,7 @@ return /******/ (function(modules) { // webpackBootstrap
Object . defineProperty ( exports , "__esModule" , {
value : true
} ) ;
exports . waitOnEventOrTimeout = exports . WaitOnType = exports . localized = exports . animationStarted = exports . normalizeWheelEventDelta = exports . binarySearchFirstItem = exports . watchScroll = exports . scrollIntoView = exports . getOutputScale = exports . approximateFraction = exports . roundToDivide = exports . getVisibleElements = exports . parseQueryString = exports . noContextMenuHandler = exports . getPDFFileNameFromURL = exports . ProgressBar = exports . EventBus = exports . NullL10n = exports . moz L10n = exports . TextLayerMode = exports . RendererType = exports . PresentationModeState = exports . cloneObj = exports . isFileSchema = exports . isValidRotation = exports . VERTICAL _PADDING = exports . SCROLLBAR _PADDING = exports . MAX _AUTO _SCALE = exports . UNKNOWN _SCALE = exports . MAX _SCALE = exports . MIN _SCALE = exports . DEFAULT _SCALE = exports . DEFAULT _SCALE _VALUE = exports . CSS _UNITS = undefined ;
exports . waitOnEventOrTimeout = exports . WaitOnType = exports . animationStarted = exports . normalizeWheelEventDelta = exports . binarySearchFirstItem = exports . watchScroll = exports . scrollIntoView = exports . getOutputScale = exports . approximateFraction = exports . roundToDivide = exports . getVisibleElements = exports . parseQueryString = exports . noContextMenuHandler = exports . getPDFFileNameFromURL = exports . ProgressBar = exports . EventBus = exports . NullL10n = exports . TextLayerMode = exports . RendererType = exports . PresentationModeState = exports . cloneObj = exports . isFileSchema = exports . isValidRotation = exports . VERTICAL _PADDING = exports . SCROLLBAR _PADDING = exports . MAX _AUTO _SCALE = exports . UNKNOWN _SCALE = exports . MAX _SCALE = exports . MIN _SCALE = exports . DEFAULT _SCALE = exports . DEFAULT _SCALE _VALUE = exports . CSS _UNITS = undefined ;
var _createClass = function ( ) { function defineProperties ( target , props ) { for ( var i = 0 ; i < props . length ; i ++ ) { var descriptor = props [ i ] ; descriptor . enumerable = descriptor . enumerable || false ; descriptor . configurable = true ; if ( "value" in descriptor ) descriptor . writable = true ; Object . defineProperty ( target , descriptor . key , descriptor ) ; } } return function ( Constructor , protoProps , staticProps ) { if ( protoProps ) defineProperties ( Constructor . prototype , protoProps ) ; if ( staticProps ) defineProperties ( Constructor , staticProps ) ; return Constructor ; } ; } ( ) ;
@ -468,8 +468,6 @@ function waitOnEventOrTimeout(_ref) {
@@ -468,8 +468,6 @@ function waitOnEventOrTimeout(_ref) {
var animationStarted = new Promise ( function ( resolve ) {
window . requestAnimationFrame ( resolve ) ;
} ) ;
var mozL10n = void 0 ;
var localized = Promise . resolve ( ) ;
var EventBus = function ( ) {
function EventBus ( ) {
@ -612,7 +610,6 @@ exports.cloneObj = cloneObj;
@@ -612,7 +610,6 @@ exports.cloneObj = cloneObj;
exports . PresentationModeState = PresentationModeState ;
exports . RendererType = RendererType ;
exports . TextLayerMode = TextLayerMode ;
exports . mozL10n = mozL10n ;
exports . NullL10n = NullL10n ;
exports . EventBus = EventBus ;
exports . ProgressBar = ProgressBar ;
@ -628,7 +625,6 @@ exports.watchScroll = watchScroll;
@@ -628,7 +625,6 @@ exports.watchScroll = watchScroll;
exports . binarySearchFirstItem = binarySearchFirstItem ;
exports . normalizeWheelEventDelta = normalizeWheelEventDelta ;
exports . animationStarted = animationStarted ;
exports . localized = localized ;
exports . WaitOnType = WaitOnType ;
exports . waitOnEventOrTimeout = waitOnEventOrTimeout ;
@ -3183,8 +3179,8 @@ var _pdf_single_page_viewer = __w_pdfjs_require__(16);
@@ -3183,8 +3179,8 @@ var _pdf_single_page_viewer = __w_pdfjs_require__(16);
var _pdf _viewer = _ _w _pdfjs _require _ _ ( 17 ) ;
var pdfjsVersion = '2.0.439 ' ;
var pdfjsBuild = '6db9c 3cb' ;
var pdfjsVersion = '2.0.442 ' ;
var pdfjsBuild = '3bf c797 b' ;
exports . PDFViewer = _pdf _viewer . PDFViewer ;
exports . PDFSinglePageViewer = _pdf _single _page _viewer . PDFSinglePageViewer ;
exports . PDFPageView = _pdf _page _view . PDFPageView ;