1
0
Fork 0
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:
Fred Chasen 2017-09-26 18:34:56 -07:00
parent 14d69db54a
commit d77fc06a2e
4 changed files with 21 additions and 10 deletions

View file

@ -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
};