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

removed test of fixed layout

This commit is contained in:
Fred Chasen 2013-04-01 11:20:48 -07:00
parent b2c7b76b27
commit 370d9652c1
2 changed files with 1 additions and 2 deletions

2
dist/render.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -136,7 +136,6 @@ FP.Chapter.prototype.formatSpread = function(){
//-- Go to current page after resize
if(this.OldcolWidth){
this.setLeft((this.chapterPos - 1 ) * this.spreadWidth);
this.fixedLayout();
}
}