]> source.dussan.org Git - jquery-ui.git/commitdiff
Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widgetBaseClas...
authorScott González <scott.gonzalez@gmail.com>
Thu, 25 Oct 2012 10:50:08 +0000 (06:50 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 25 Oct 2012 10:50:08 +0000 (06:50 -0400)
ui/jquery.ui.widget.js

index f4805fb7576d95b50415a71815d63e466f6b96aa..5c945c2f2458c232b3ae05c271b3f7c060e3404f 100644 (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
        });