Widget: Remove leftover back-compat handling for widget instance storage (see #8801).

This commit is contained in:
Scott González 2013-07-09 11:12:29 -04:00
parent 0d5eaab9bb
commit 382a77502e

View 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