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:
parent
c2b3284259
commit
8bfed1593c
2 changed files with 54 additions and 53 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue