mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Add method setting for views
This commit is contained in:
parent
14d69db54a
commit
d77fc06a2e
4 changed files with 21 additions and 10 deletions
|
@ -31,6 +31,7 @@ class DefaultViewManager {
|
|||
ignoreClass: this.settings.ignoreClass,
|
||||
axis: this.settings.axis,
|
||||
layout: this.layout,
|
||||
method: this.settings.method, // srcdoc, blobUrl, write
|
||||
width: 0,
|
||||
height: 0
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue