mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Merge pull request #1 from Fearodin/disabled-selectmenu-memoryleak
Fixed Refresh-Memoryleak on disabled selectmenus
This commit is contained in:
commit
c1fd12d259
@ -504,7 +504,7 @@ $.Widget.prototype = {
|
||||
} );
|
||||
|
||||
if ( !isTracked ) {
|
||||
that._on( $( element ), {
|
||||
that._on( true, $( element ), {
|
||||
remove: "_untrackClassesElement"
|
||||
} );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user