mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
added in missing file and fixed events error
This commit is contained in:
parent
c68608e83b
commit
8858c8f5dd
2 changed files with 55 additions and 1 deletions
|
@ -66,5 +66,5 @@ FP.Events.prototype.listenUntil = function(OnEvt, OffEvt, func, bindto){
|
|||
this.deafen(OffEvt, unlisten);
|
||||
}
|
||||
|
||||
this.listen(OffEvt, unlisten);
|
||||
this.listen(OffEvt, unlisten, this);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue