Skip to content

Commit 2321ae0

Browse files
committed
Remove both widgetName and widgetFullName data
1 parent 5e51b8d commit 2321ae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/jquery.ui.widget.js

+3
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ $.Widget.prototype = {
248248
// all event bindings should go through this._bind()
249249
this.element
250250
.unbind( "." + this.widgetName )
251+
// 1.9 BC for #7810
252+
// TODO remove dual storage
253+
.removeData( this.widgetName )
251254
.removeData( this.widgetFullName );
252255
this.widget()
253256
.unbind( "." + this.widgetName )

0 commit comments

Comments
 (0)