}
if (this.fluidbook.support.IE > 9) {
- this.watchForResize();
+ this.watchForResize();
}
},
resize();
}
- var $this=this;
- window.setTimeout(function(){
+ var $this = this;
+ window.setTimeout(function () {
$this.watchForResize();
}, 1000);
},
hh: this.hh,
orientation: this.orientation,
bookScale: this.bookScale,
- fluidbookrect: $("#fluidbook").get(0).getBoundingClientRect()
+ fluidbookrect: $("#fluidbook").get(0).getBoundingClientRect(),
+ arrowLeftRect: $("#previous").get(0).getBoundingClientRect(),
+ arrowRightRect: $("#next").get(0).getBoundingClientRect(),
});
},
resizeNav: function (interfaceScale) {