loleaflet: initialize the part/page rectangles arrays
This commit is contained in:
parent
e5ba1f3860
commit
285e625acc
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ L.TileLayer = L.GridLayer.extend({
|
|||
this._msgQueue = [];
|
||||
this._toolbarCommandValues = {};
|
||||
this._previewInvalidations = [];
|
||||
this._partPageRectanglesTwips = [];
|
||||
this._partPageRectanglesPixels = [];
|
||||
},
|
||||
|
||||
onAdd: function (map) {
|
||||
|
|
Loading…
Reference in a new issue