id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,state
1392,panTween needs to be nullified,pgiraud,,"Eric previously proposed we don't recreate a new Tween object each time we call panTo.
But, this means that, with the current if conditions in moveTo(), panTween.stop() will be called even if not required.
Attached patch fixes this by nullifying the panTween property.

One other solution would be to have a 'isPlaying' boolean property in the tween class and only call stop if isPlaying is true.",feature,closed,minor,2.6 Release,Map,2.5,fixed,,,Complete
