loleaflet: forgot 'this' keyword
This commit is contained in:
parent
c36bca17f5
commit
9d957ccafb
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ L.TileLayer = L.GridLayer.extend({
|
||||||
this._parts = 1;
|
this._parts = 1;
|
||||||
this._currentPage = command.currentPart;
|
this._currentPage = command.currentPart;
|
||||||
this._pages = command.parts;
|
this._pages = command.parts;
|
||||||
map.fire('pagenumberchanged', {
|
this._map.fire('pagenumberchanged', {
|
||||||
currentPage: this._currentPage,
|
currentPage: this._currentPage,
|
||||||
pages: this._pages,
|
pages: this._pages,
|
||||||
docType: this._docType
|
docType: this._docType
|
||||||
|
|
Loading…
Reference in a new issue