loleaflet: initialize the part/page rectangles arrays

This commit is contained in:
Mihai Varga 2015-10-19 15:06:51 +03:00
parent e5ba1f3860
commit 285e625acc

View file

@ -87,6 +87,8 @@ L.TileLayer = L.GridLayer.extend({
this._msgQueue = [];
this._toolbarCommandValues = {};
this._previewInvalidations = [];
this._partPageRectanglesTwips = [];
this._partPageRectanglesPixels = [];
},
onAdd: function (map) {