From: Vincent Vanwaelscappel Date: Fri, 18 Jan 2019 14:58:43 +0000 (+0100) Subject: fix #2521 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b86ebd824c1f51c6f61f36e8b5f50486d47989bf;p=fluidbook-html5.git fix #2521 @1 --- diff --git a/js/libs/fluidbook/fluidbook.3dflip.js b/js/libs/fluidbook/fluidbook.3dflip.js index 07a9c9f9..882d52a2 100644 --- a/js/libs/fluidbook/fluidbook.3dflip.js +++ b/js/libs/fluidbook/fluidbook.3dflip.js @@ -496,9 +496,9 @@ Fluidbook3DFlip.prototype = { if (res < 10) { newMode = 'disable'; } else if (res < 30) { - if(this.support.edge){ - newMode='disable'; - }else { + if (this.fluidbook.support.edge) { + newMode = 'disable'; + } else { newMode = 'veryLowPerf'; } } else {