Changes between Version 4 and Version 5 of Ticket #9315, comment 24
- Timestamp:
- Aug 30, 2013, 4:36:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9315, comment 24
v4 v5 9 9 by 10 10 11 {{{ if (!this.offset.scroll || scroll && (scroll.scrollTop() != this.offset.scroll.top || scroll.scrollLeft() != this.offset.scroll.left)) { }}}11 {{{ if (!this.offset.scroll || scroll.scrollTop() != this.offset.scroll.top || scroll.scrollLeft() != this.offset.scroll.left) { }}} 12 12 13 13 in the implementations of _convertPositionTo and _generatePosition in jquery.ui.draggable.js.