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()
|
// all event bindings should go through this._bind()
|
||||||
this.element
|
this.element
|
||||||
.unbind( "." + this.widgetName )
|
.unbind( "." + this.widgetName )
|
||||||
|
// 1.9 BC for #7810
|
||||||
|
// TODO remove dual storage
|
||||||
|
.removeData( this.widgetName )
|
||||||
.removeData( this.widgetFullName );
|
.removeData( this.widgetFullName );
|
||||||
this.widget()
|
this.widget()
|
||||||
.unbind( "." + this.widgetName )
|
.unbind( "." + this.widgetName )
|
||||||
|
Loading…
Reference in New Issue
Block a user