]> source.dussan.org Git - jquery-ui.git/commitdiff
Widget: Remove leftover back-compat handling for widget instance storage (see #8801).
authorScott González <scott.gonzalez@gmail.com>
Tue, 9 Jul 2013 15:12:29 +0000 (11:12 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 9 Jul 2013 15:12:29 +0000 (11:12 -0400)
ui/jquery.ui.widget.js

index 9fc0136c4e437220c1308cba9cd79da85d325335..958f62e551643cdbb1b1e05c1411ef92e16db5c2 100644 (file)
@@ -271,9 +271,6 @@ $.Widget.prototype = {
                // all event bindings should go through this._on()
                this.element
                        .unbind( this.eventNamespace )
-                       // 1.9 BC for #7810
-                       // TODO remove dual storage
-                       .removeData( this.widgetName )
                        .removeData( this.widgetFullName )
                        // support: jquery <1.6.3
                        // http://bugs.jquery.com/ticket/9413