We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df430d commit eabb391Copy full SHA for eabb391
ui/jquery.ui.widget.js
@@ -49,7 +49,7 @@ $.widget = function( name, base, prototype ) {
49
$[ namespace ][ name ].prototype = $.extend( true, basePrototype, {
50
namespace: namespace,
51
widgetName: name,
52
- widgetEventPrefix: $[ namespace ][ name ].prototype.widgetEventPrefix || name,
+ widgetEventPrefix: name,
53
widgetBaseClass: fullName
54
}, prototype );
55
0 commit comments