From d44557f50ad7b3c512bdd8bc2ba3eed5672b3b12 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 9 Nov 2012 12:51:26 -0500 Subject: Widget: Removed dual storage of widget instances. Fixes #8801 - Widget: Remove data fallbacks for widget names. --- ui/jquery.ui.widget.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/jquery.ui.widget.js') diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index 83696e940..65ac155ae 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -231,9 +231,6 @@ $.Widget.prototype = { this.focusable = $(); if ( element !== this ) { - // 1.9 BC for #7810 - // TODO remove dual storage - $.data( element, this.widgetName, this ); $.data( element, this.widgetFullName, this ); this._on( this.element, { remove: function( event ) { -- cgit v1.2.3