'drag stop' and 'drop' callback order

'drag stop' and 'drop' callback order


Just now upgrading from UI 1 to 1.6 and noticed that the callbacks for
drag/drop happen in a different order in 1.6.
In 1.0, the 'drag stop' callback ran before the 'drop' callback
In 1.6 the 'drop' callback runs before the 'drag stop' callback
Just would like confirmation from someone on the team that this is the
desired behavior.