]> _ Git - fluidbook-html5.git/commitdiff
wip #4702 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Sep 2021 12:54:35 +0000 (14:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Sep 2021 12:54:35 +0000 (14:54 +0200)
js/libs/fluidbook/fluidbook.loader.js

index 4b8eb38d7b140d8b9ba26c3eba12327be0c795f1..344a84f7943ddaa502d758c1f77a98c801fde570 100644 (file)
@@ -686,7 +686,7 @@ FluidbookLoader.prototype = {
     },
 
     renderTextsCanvas: function () {
-        if (!this.chromeBased) {
+        if (!this.fluidbook.support.chromeBased) {
             return;
         }
         var $this = this;