|
|
@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
'use strict'; |
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.4.33'; |
|
|
|
var pdfjsVersion = '1.4.35'; |
|
|
|
var pdfjsBuild = '365bc99'; |
|
|
|
var pdfjsBuild = '5d797e1'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsFilePath = |
|
|
|
var pdfjsFilePath = |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
@ -2643,9 +2643,9 @@ function warn(msg) { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Deprecated API function -- treated as warnings.
|
|
|
|
// Deprecated API function -- display regardless of the PDFJS.verbosity setting.
|
|
|
|
function deprecated(details) { |
|
|
|
function deprecated(details) { |
|
|
|
warn('Deprecated API usage: ' + details); |
|
|
|
console.log('Deprecated API usage: ' + details); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Fatal errors that should trigger the fallback UI and halt execution by
|
|
|
|
// Fatal errors that should trigger the fallback UI and halt execution by
|
|
|
|