mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 13:52:02 +00:00
use the current stable version of pdfjs - previously committed HEAD version by accident
This commit is contained in:
parent
4888ae8766
commit
f260b141a0
2 changed files with 4 additions and 4 deletions
services/web/public/js/libs/pdfjs-1.0.712
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|||
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
||||
}
|
||||
|
||||
PDFJS.version = '1.0.1';
|
||||
PDFJS.build = '8499e18';
|
||||
PDFJS.version = '1.0.712';
|
||||
PDFJS.build = '6969ed4';
|
||||
|
||||
(function pdfjsWrapper() {
|
||||
// Use strict in our context only - users might not want it
|
||||
|
|
|
@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
|
|||
(typeof window !== 'undefined' ? window : this).PDFJS = {};
|
||||
}
|
||||
|
||||
PDFJS.version = '1.0.1';
|
||||
PDFJS.build = '8499e18';
|
||||
PDFJS.version = '1.0.712';
|
||||
PDFJS.build = '6969ed4';
|
||||
|
||||
(function pdfjsWrapper() {
|
||||
// Use strict in our context only - users might not want it
|
||||
|
|
Loading…
Add table
Reference in a new issue