Update sortable.js

fix whitespace
This commit is contained in:
Robin 2016-10-03 15:03:37 +01:00 committed by GitHub
parent 26f30b3dbb
commit fc6c7f772b

View File

@ -224,6 +224,7 @@ return $.widget( "ui.sortable", $.ui.mouse, {
left: event.pageX - this.offset.left,
top: event.pageY - this.offset.top
},
// This is a relative to absolute position minus the actual position calculation -
// only used for relative positioned helper
relative: this._getRelativeOffset()