]> _ Git - fluidbook-html5.git/commitdiff
fix #3446 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Mar 2020 15:28:32 +0000 (16:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 9 Mar 2020 15:28:32 +0000 (16:28 +0100)
js/libs/fluidbook/fluidbook.js

index fbccc0e2fdcaeb9e24d3622b29c850b0448fa19d..47b7e9274d2460394bab010140128070d64e6255 100644 (file)
@@ -131,6 +131,11 @@ Fluidbook.prototype = {
             var map = {1: 'none', 2: 'slide', 3: 'flip', 4: 'flip3d'};
             this.settings.mobileTransitions = map[$_GET['transition']];
         }
+
+        /**
+         * @deprecated
+         */
+        this.datas = this.settings;
     },
 
     setMaxPage: function (p, allowbackwards) {