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

fix book path url to handle more options, add music hook

This commit is contained in:
Fred Chasen 2013-03-25 13:07:19 -07:00
parent 2e2f801384
commit c99fb584db
9 changed files with 2896 additions and 18 deletions

View file

@ -34,7 +34,6 @@ FP.Events.prototype.tell = function(evt, msg){
}
if(msg) e.msg = msg;
this.el.dispatchEvent(e);
}