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

Only trim after destroy, no trim timeout

This commit is contained in:
Fred Chasen 2015-05-29 17:04:55 -04:00
parent 812be32e71
commit 42efc34517
4 changed files with 24 additions and 22 deletions

View file

@ -176,9 +176,9 @@ EPUBJS.View.prototype.resized = function(e) {
EPUBJS.View.prototype.display = function(_request) {
if(this.rendering){
return this.displayed;
}
// if(this.rendering){
// return this.displayed;
// }
this.rendering = true;
this.displaying = new RSVP.defer();