1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Add min spread width in determineLayoutProperties

This commit is contained in:
Fred Chasen 2016-09-06 14:36:54 +02:00
parent 4e7276c151
commit eed4a45cb6
7 changed files with 74 additions and 2032 deletions

View file

@ -124,8 +124,6 @@ SingleViewManager.prototype.display = function(section, target){
var displaying = new RSVP.defer();
var displayed = displaying.promise;
var isCfi = EpubCFI().isCfiString(target);
// Check to make sure the section we want isn't already shown
var visible = this.views.find(section);