draggable: removing logging

This commit is contained in:
Jörn Zaefferer 2008-09-03 14:30:40 +00:00
parent 7084fa079d
commit dc92efc6e8

View File

@ -469,7 +469,6 @@ $.ui.plugin.add("draggable", "connectToSortable", {
var inst = $(this).data("draggable"); var inst = $(this).data("draggable");
inst.sortables = []; inst.sortables = [];
$(ui.options.connectToSortable).each(function() { $(ui.options.connectToSortable).each(function() {
console.log($.data(this, 'sortable'));
if($.data(this, 'sortable')) { if($.data(this, 'sortable')) {
var sortable = $.data(this, 'sortable'); var sortable = $.data(this, 'sortable');
inst.sortables.push({ inst.sortables.push({