dragging a person to Remove from Aspect on aspect#manage fades person correctly (re: #442)

This commit is contained in:
danielvincent 2010-10-26 13:03:45 -07:00
parent 7f1d87f424
commit d8ca91769f

View file

@ -92,7 +92,7 @@ $(function() {
'aspect_id' : person.attr('data-aspect_id') }
});
}
person.fadeOut('slow', $(this).remove());
person.fadeOut(400, function(){person.remove();});
}
}
});