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

Fixed spaces in Section

This commit is contained in:
Fred Chasen 2017-08-07 16:41:12 -07:00
parent c2b3284259
commit 8bfed1593c
2 changed files with 54 additions and 53 deletions

View file

@ -52,6 +52,7 @@
rendition.on("rendered", function(section){ rendition.on("rendered", function(section){
console.log("rendered", section);
var nextSection = section.next(); var nextSection = section.next();
var prevSection = section.prev(); var prevSection = section.prev();