mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #5083 from Rob--W/pdfview-url-property
Initialize PDFView.url = ''
This commit is contained in:
commit
604ee4500c
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ var PDFView = {
|
|||
isViewerEmbedded: (window.parent !== window),
|
||||
idleTimeout: null,
|
||||
currentPosition: null,
|
||||
url: '',
|
||||
|
||||
// called once when the document is loaded
|
||||
initialize: function pdfViewInitialize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue