fix typo in movestart fire

This commit is contained in:
mourner 2011-11-18 13:02:46 +02:00
parent 9686b73d15
commit 315ebb1eb5

View File

@ -32,7 +32,7 @@ L.Map.include(!(L.Transition && L.Transition.implemented()) ? {} : {
this._panTransition.on('step', this._onPanTransitionStep, this);
this._panTransition.on('end', this._onPanTransitionEnd, this);
}
this.fire(this, 'movestart');
this.fire('movestart');
this._panTransition.run({
position: L.DomUtil.getPosition(this._mapPane).subtract(offset)