|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
(typeof window !== 'undefined' ? window : this).PDFJS = {}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
PDFJS.version = '1.1.407'; |
|
|
|
PDFJS.version = '1.1.409'; |
|
|
|
PDFJS.build = '63ed681'; |
|
|
|
PDFJS.build = '582573b'; |
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
@ -36908,6 +36908,9 @@ var Parser = (function ParserClosure() { |
|
|
|
this.shift(); |
|
|
|
this.shift(); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} catch (e) { |
|
|
|
} catch (e) { |
|
|
|
|
|
|
|
if (e instanceof MissingDataException) { |
|
|
|
|
|
|
|
throw e; |
|
|
|
|
|
|
|
} |
|
|
|
// Upon failure, the caller should reset this.lexer.pos to a known good
|
|
|
|
// Upon failure, the caller should reset this.lexer.pos to a known good
|
|
|
|
// state and call this.shift() twice to reset the buffers.
|
|
|
|
// state and call this.shift() twice to reset the buffers.
|
|
|
|
return false; |
|
|
|
return false; |
|
|
|