]> _ Git - fluidbook-html5.git/commitdiff
wait #4808 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Oct 2021 17:23:29 +0000 (19:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Oct 2021 17:23:29 +0000 (19:23 +0200)
js/libs/fluidbook/fluidbook.js

index c222bbec0f4db9189d97d9c9b2aa8436c1282ec8..04b770c62e2df28298067f133713795572b5ac25 100644 (file)
@@ -80,6 +80,9 @@ Fluidbook.prototype = {
         this.pad = new FluidbookPad(this);
         this.scorm = new FluidbookScorm(this);
         this.links = new FluidbookLinks(this);
+        if (window.FluidbookParallax) {
+            this.parallax = new FluidbookParallax(this);
+        }
         this.waiters = [];
         this.viewport = new FluidbookViewport(this);
         this.viewport.updateViewport();