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:
parent
f448c6101e
commit
27e9046cdc
18 changed files with 2532 additions and 4070 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue