1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Continuous and Paginate inherit from Rendition

This commit is contained in:
Fred Chasen 2015-05-11 13:42:47 -04:00
parent f448c6101e
commit 27e9046cdc
18 changed files with 2532 additions and 4070 deletions

View file

@ -62,8 +62,11 @@ EPUBJS.Queue.prototype.dequeue = function(){
}
} else {
return null;
inwait = new RSVP.defer();
inwait.deferred.resolve();
return inwait.promise;
}
};
// Run All Immediately