changes per @scott_gonzalez

This commit is contained in:
Mike Sherov 2012-10-23 08:10:20 -04:00
parent 12725480cb
commit 257505a9e6
2 changed files with 1 additions and 2 deletions

View File

@ -425,7 +425,7 @@ function abort( msg ) {
function walk( methods ) {
var method = methods.shift();
function next( ) {
function next() {
if ( methods.length ) {
walk( methods );
}

View File

@ -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,