1
0
Fork 0
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:
Brian Gough 2014-12-01 16:27:24 +00:00
parent 4888ae8766
commit f260b141a0
2 changed files with 4 additions and 4 deletions
services/web/public/js/libs/pdfjs-1.0.712

View file

@ -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

View file

@ -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