fix memory leak

This commit is contained in:
Igor Iakymenko 2015-10-29 15:35:39 +02:00
parent 9644e7bae9
commit 9ea8c870d4

View File

@ -104,6 +104,8 @@ $.widget( "ui.droppable", {
var drop = $.ui.ddmanager.droppables[ this.options.scope ];
this._splice( drop );
$.ui.ddmanager.current = null;
},
_setOption: function( key, value ) {