From 382a77502e8959d065a36677c869d895a3ca2cf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 9 Jul 2013 11:12:29 -0400 Subject: [PATCH] Widget: Remove leftover back-compat handling for widget instance storage (see #8801). --- ui/jquery.ui.widget.js | 3 --- 1 file changed, 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 -- 2.39.5