mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Remove both widgetName and widgetFullName data
This commit is contained in:
parent
5e51b8db28
commit
2321ae06cb
3
ui/jquery.ui.widget.js
vendored
3
ui/jquery.ui.widget.js
vendored
@ -248,6 +248,9 @@ $.Widget.prototype = {
|
||||
// all event bindings should go through this._bind()
|
||||
this.element
|
||||
.unbind( "." + this.widgetName )
|
||||
// 1.9 BC for #7810
|
||||
// TODO remove dual storage
|
||||
.removeData( this.widgetName )
|
||||
.removeData( this.widgetFullName );
|
||||
this.widget()
|
||||
.unbind( "." + this.widgetName )
|
||||
|
Loading…
Reference in New Issue
Block a user