mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
fix memory leak
This commit is contained in:
parent
9644e7bae9
commit
9ea8c870d4
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user