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

Hypothesis examples

This commit is contained in:
fchasen 2015-11-20 20:05:07 -05:00
parent 80787fc86b
commit 76aab85dc4
6 changed files with 501 additions and 32 deletions

View file

@ -280,6 +280,7 @@ EPUBJS.Rendition.prototype.render = function(view, show) {
// this.map = new EPUBJS.Map(view, this.layout);
this.hooks.show.trigger(view, this);
this.trigger("rendered", view.section);
}.bind(this))