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

split rendition into view managers

This commit is contained in:
fchasen 2016-03-24 22:45:58 -04:00
parent d9a19e5a28
commit 48216cc7ec
20 changed files with 4683 additions and 2188 deletions

View file

@ -52,4 +52,8 @@ Hook.prototype.list = function(){
return this.hooks;
};
Hook.prototype.clear = function(){
return this.hooks = [];
};
module.exports = Hook;