Skip to content

Commit cb030cb

Browse files
committed
Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widgetBaseClass property.
1 parent 9202bb7 commit cb030cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/jquery.ui.widget.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ $.widget = function( name, base, prototype ) {
106106
constructor: constructor,
107107
namespace: namespace,
108108
widgetName: name,
109-
// TODO remove widgetBaseClass, see #8155
110-
widgetBaseClass: fullName,
111109
widgetFullName: fullName
112110
});
113111

0 commit comments

Comments
 (0)