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

Add annotation manager in rendition

This commit is contained in:
Fred Chasen 2017-06-16 13:34:18 -04:00
parent 697c101a39
commit 987a216c55
5 changed files with 228 additions and 5 deletions

View file

@ -418,7 +418,7 @@ class IframeView {
this.window = this.iframe.contentWindow;
this.document = this.iframe.contentDocument;
this.contents = new Contents(this.document, this.document.body, this.section.cfiBase);
this.contents = new Contents(this.document, this.document.body, this.section.cfiBase, this.section.index);
this.rendering = false;