Draggable: Removed answered TODO

This commit is contained in:
Dave Stein 2011-11-06 16:31:09 -05:00
parent a7cc9f8c1f
commit 536a11893a

View File

@ -76,7 +76,6 @@ $.widget( "ui.draggable", {
}, },
_handleScrolling: function( event ) { _handleScrolling: function( event ) {
// TODO: what is expected behavior of absolute/fixed draggable inside a div having overflow:scroll?
var scrollTop = this.scrollParent.scrollTop(), var scrollTop = this.scrollParent.scrollTop(),
scrollLeft = this.scrollParent.scrollLeft(); scrollLeft = this.scrollParent.scrollLeft();