diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-07-09 11:12:29 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-07-09 11:12:29 -0400 |
commit | 382a77502e8959d065a36677c869d895a3ca2cf6 (patch) | |
tree | 077673214f53a44d2c49e21f2c3b415c717c222e /ui | |
parent | 0d5eaab9bbfd60daa7ad69aea74aa24ef0243a6c (diff) | |
download | jquery-ui-382a77502e8959d065a36677c869d895a3ca2cf6.tar.gz jquery-ui-382a77502e8959d065a36677c869d895a3ca2cf6.zip |
Widget: Remove leftover back-compat handling for widget instance storage (see #8801).
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.widget.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index 9fc0136c4..958f62e55 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -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 |