From cb030cbc1b9098a5eee0776328bea95d964b17ac Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 25 Oct 2012 06:50:08 -0400 Subject: Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widgetBaseClass property. --- ui/jquery.ui.widget.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui') diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index f4805fb75..5c945c2f2 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -106,8 +106,6 @@ $.widget = function( name, base, prototype ) { constructor: constructor, namespace: namespace, widgetName: name, - // TODO remove widgetBaseClass, see #8155 - widgetBaseClass: fullName, widgetFullName: fullName }); -- cgit v1.2.3