Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widgetBaseClass property.

This commit is contained in:
Scott González
2012-10-25 06:50:08 -04:00
parent 9202bb7df5
commit cb030cbc1b

View File

@@ -106,8 +106,6 @@ $.widget = function( name, base, prototype ) {
constructor: constructor,
namespace: namespace,
widgetName: name,
// TODO remove widgetBaseClass, see #8155
widgetBaseClass: fullName,
widgetFullName: fullName
});