1
0
Fork 0
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:
Fred Chasen 2013-02-07 13:24:26 -08:00
parent c68608e83b
commit 8858c8f5dd
2 changed files with 55 additions and 1 deletions

View file

@ -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);
}