Moving brace to correct position.
This commit is contained in:
parent
b262fdd26b
commit
f9920c87f0
@ -257,13 +257,14 @@ L.Map = L.Class.extend({
|
||||
} else {
|
||||
if (!changeCenter) {
|
||||
this._rawPanBy(offset);
|
||||
}
|
||||
|
||||
this.fire('move');
|
||||
}
|
||||
|
||||
clearTimeout(this._sizeTimer);
|
||||
this._sizeTimer = setTimeout(L.bind(this.fire, this, 'moveend'), 200);
|
||||
}
|
||||
|
||||
this.fire('resize', {
|
||||
oldSize: oldSize,
|
||||
newSize: newSize
|
||||
|
Loading…
Reference in New Issue
Block a user