Skip to content

Commit 382a775

Browse files
committed
Widget: Remove leftover back-compat handling for widget instance storage (see #8801).
1 parent 0d5eaab commit 382a775

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/jquery.ui.widget.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,6 @@ $.Widget.prototype = {
271271
// all event bindings should go through this._on()
272272
this.element
273273
.unbind( this.eventNamespace )
274-
// 1.9 BC for #7810
275-
// TODO remove dual storage
276-
.removeData( this.widgetName )
277274
.removeData( this.widgetFullName )
278275
// support: jquery <1.6.3
279276
// http://bugs.jquery.com/ticket/9413

0 commit comments

Comments
 (0)