Merge pull request #5083 from Rob--W/pdfview-url-property

Initialize PDFView.url = ''
This commit is contained in:
Yury Delendik 2014-07-25 11:29:45 -05:00
commit 604ee4500c

View File

@ -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() {