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

Added notes, fixes to cfi sorting, pagination

This commit is contained in:
Fred Chasen 2014-03-14 18:50:28 -07:00
parent aba8dc3c6f
commit 6a69eeb2a9
27 changed files with 1241 additions and 171 deletions

View file

@ -38,7 +38,8 @@ EPUBJS.Hooks.register("beforeChapterDisplay").endnotes = function(callback, rend
iwidth = renderer.width,
tip,
pop,
maxHeight = 225;
maxHeight = 225,
itemRect;
if(!txt) {
pop = el.cloneNode(true);