We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e51b8d commit 2321ae0Copy full SHA for 2321ae0
ui/jquery.ui.widget.js
@@ -248,6 +248,9 @@ $.Widget.prototype = {
248
// all event bindings should go through this._bind()
249
this.element
250
.unbind( "." + this.widgetName )
251
+ // 1.9 BC for #7810
252
+ // TODO remove dual storage
253
+ .removeData( this.widgetName )
254
.removeData( this.widgetFullName );
255
this.widget()
256
0 commit comments