$.ui.resizable.prototype._mouseDrag

$.ui.resizable.prototype._mouseDrag

Hi,

 $.ui.resizable.prototype._mouseDrag{
...
el.css({top:this.position.top ...
...
this._updateCache(data)

Now _updateCache sets what the css above it needs. So we have to do another mouse drag to let the _updateCache have its effect. Why? So why is the _updateCache after the css ?

Thanks,

Eric J.