Skip to content

Commit

Permalink
Merge pull request futurepress#265 from StoryCloud/with-credentials
Browse files Browse the repository at this point in the history
Pass withCredentials setting to Book
  • Loading branch information
fchasen committed Sep 1, 2015
2 parents b308cc3 + 0444f06 commit c41bbd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reader_src/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ EPUBJS.Reader = function(bookPath, _options) {
reload: this.settings.reload,
contained: this.settings.contained,
bookKey: this.settings.bookKey,
styles: this.settings.styles
styles: this.settings.styles,
withCredentials: this.settings.withCredentials
});

if(this.settings.previousLocationCfi) {
Expand Down

0 comments on commit c41bbd6

Please sign in to comment.