Skip to content

Commit

Permalink
Merge pull request #5083 from Rob--W/pdfview-url-property
Browse files Browse the repository at this point in the history
Initialize PDFView.url = ''
  • Loading branch information
yurydelendik committed Jul 25, 2014
2 parents 2aea7d7 + bb13fb9 commit 604ee45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 604ee45

Please sign in to comment.