aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-07-09 22:55:35 +0200
committerFelix Nagel <info@felixnagel.com>2013-07-09 22:55:35 +0200
commit05832d6b6a1e313c172a903be54e98dd46fa2b5c (patch)
treecaee34ff88b3af85c8bb9bf0f03b198c3f5e8f0c /ui/jquery.ui.widget.js
parent009aa6a953ac0a7376baf0a7615e4c119ea59b23 (diff)
parentafeaf565bb0b91c399603a0ddd82a925cabef6aa (diff)
downloadjquery-ui-05832d6b6a1e313c172a903be54e98dd46fa2b5c.tar.gz
jquery-ui-05832d6b6a1e313c172a903be54e98dd46fa2b5c.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.widget.js')
-rw-r--r--ui/jquery.ui.widget.js3
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