]> _ Git - fluidbook-html5.git/commitdiff
fix #1389 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 4 May 2017 14:00:00 +0000 (16:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 4 May 2017 14:00:00 +0000 (16:00 +0200)
js/libs/fluidbook/fluidbook.resize.js

index ffbc0c5b766dcaa6fc3e599aebfbaf99bc5e38b8..64ef6852c300ed5182a83e78a3f312d528673dba 100644 (file)
@@ -398,9 +398,6 @@ FluidbookResize.prototype = {
         if (changeOrientation) {
             this.fluidbook.zoom.resetZoom();
             this.fluidbook.pageTransition();
-            setTimeout(function () {
-                $this.resize();
-            }, 50);
         }
     }
 };
\ No newline at end of file