aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js
diff options
context:
space:
mode:
authorfschneider <florian.schneider@student.tugraz.at>2015-09-01 11:34:36 +0200
committerfschneider <florian.schneider@student.tugraz.at>2015-09-01 11:34:36 +0200
commit5a807a74663dcf7ea1eae8f37589072bdad1f036 (patch)
tree1bfc650f729da5442a3c9aa885651be8e5a25fe8 /pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js
parentbe395099139640b820dfd1e6bc06d8dbcb14a415 (diff)
downloadpdf-as-4-5a807a74663dcf7ea1eae8f37589072bdad1f036.tar.gz
pdf-as-4-5a807a74663dcf7ea1eae8f37589072bdad1f036.tar.bz2
pdf-as-4-5a807a74663dcf7ea1eae8f37589072bdad1f036.zip
User Interface nearly finished
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js')
-rw-r--r--pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js b/pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js
index 16033d83..0d76fd2f 100644
--- a/pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js
+++ b/pdf-as-web/src/main/webapp/assets/js/pdf.js/build/pdf.js
@@ -2028,6 +2028,7 @@ var PDFDocumentProxy = (function PDFDocumentProxyClosure() {
* @return {number} Total number of pages the PDF contains.
*/
get numPages() {
+
return this.pdfInfo.numPages;
},
/**