Bugs when building packed 1.6rc2 packed

Bugs when building packed 1.6rc2 packed


I tried to build custom script 1.6rc2, sortable, packed,
$(document).ready(function() {
$("#alist").sortable({
handle: '.handle',
update: function() {
$("input#someresult").val($
('#alist').sortable('serialize'));
}
});
it works from http://localhost, but got an error when running from
remote, object not referenced...
When using 1.5.2 stable, everything is fine. Just FYI.