From cb030cbc1b9098a5eee0776328bea95d964b17ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 25 Oct 2012 06:50:08 -0400 Subject: [PATCH] Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widgetBaseClass property. --- ui/jquery.ui.widget.js | 2 -- 1 file changed, 2 deletions(-) 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 }); -- 2.39.5