diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:50:08 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-25 06:50:08 -0400 |
commit | cb030cbc1b9098a5eee0776328bea95d964b17ac (patch) | |
tree | 9e3f7e864806dc80572bab76418d3f5da31690e6 /ui | |
parent | 9202bb7df57b159003f6a0659cbe9359fdeb8196 (diff) | |
download | jquery-ui-cb030cbc1b9098a5eee0776328bea95d964b17ac.tar.gz jquery-ui-cb030cbc1b9098a5eee0776328bea95d964b17ac.zip |
Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widgetBaseClass property.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.widget.js | 2 |
1 files changed, 0 insertions, 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 }); |