]> _ Git - fluidbook-html5.git/commitdiff
Add missing menu reference
authorStephen Cameron <stephen@Stephen.local>
Fri, 2 Jun 2017 11:00:06 +0000 (13:00 +0200)
committerStephen Cameron <stephen@Stephen.local>
Fri, 2 Jun 2017 11:00:06 +0000 (13:00 +0200)
js/libs/fluidbook/fluidbook.js

index dde54abc23b928507332008d2b092b76949e9824..2bd682545cccb84a3787ed35dd2ced246eed6ab4 100644 (file)
@@ -24,6 +24,7 @@ Fluidbook.prototype = {
     init: function (datas) {
         this.datas = datas;
         this.junk = datas.cacheDate;
+        this.menu = new FluidbookMenu(this);
         this.zoom = new FluidbookZoom(this);
         this.zoom.resetZoom();
         this.cache = new FluidbookCache(datas);