mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
changes per @scott_gonzalez
This commit is contained in:
parent
12725480cb
commit
257505a9e6
@ -425,7 +425,7 @@ function abort( msg ) {
|
||||
function walk( methods ) {
|
||||
var method = methods.shift();
|
||||
|
||||
function next( ) {
|
||||
function next() {
|
||||
if ( methods.length ) {
|
||||
walk( methods );
|
||||
}
|
||||
|
@ -5,7 +5,6 @@
|
||||
var el, offsetBefore, offsetAfter, dragged;
|
||||
|
||||
function drag(handle, dx, dy) {
|
||||
el.data("draggable").element;
|
||||
offsetBefore = el.offset();
|
||||
$(handle).simulate("drag", {
|
||||
dx: dx || 0,
|
||||
|
Loading…
Reference in New Issue
Block a user