mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 20:08:06 -05:00
draggable: removing logging
This commit is contained in:
@@ -469,7 +469,6 @@ $.ui.plugin.add("draggable", "connectToSortable", {
|
||||
var inst = $(this).data("draggable");
|
||||
inst.sortables = [];
|
||||
$(ui.options.connectToSortable).each(function() {
|
||||
console.log($.data(this, 'sortable'));
|
||||
if($.data(this, 'sortable')) {
|
||||
var sortable = $.data(this, 'sortable');
|
||||
inst.sortables.push({
|
||||
|
||||
Reference in New Issue
Block a user