Merge pull request #5083 from Rob--W/pdfview-url-property
Initialize PDFView.url = ''
This commit is contained in:
commit
604ee4500c
@ -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…
x
Reference in New Issue
Block a user