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),
|
isViewerEmbedded: (window.parent !== window),
|
||||||
idleTimeout: null,
|
idleTimeout: null,
|
||||||
currentPosition: null,
|
currentPosition: null,
|
||||||
|
url: '',
|
||||||
|
|
||||||
// called once when the document is loaded
|
// called once when the document is loaded
|
||||||
initialize: function pdfViewInitialize() {
|
initialize: function pdfViewInitialize() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue