1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00

Pass axis to Mapping

This commit is contained in:
Fred Chasen 2017-10-31 11:46:54 -07:00
parent 101cd47513
commit 922f9c9ba4
3 changed files with 28 additions and 25 deletions

View file

@ -526,9 +526,8 @@ class Rendition {
}
/**
* Adjust the flow of the rendition to paginated or scrolled
* (scrolled-continuous vs scrolled-doc are handled by different view managers)
* @param {string} flow
* Adjust the direction of the rendition
* @param {string} dir
*/
direction(dir){