mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Widget: Removed unnecessary/incorrect logic for widgetEventPrefix.
This commit is contained in:
parent
2df430d0e3
commit
eabb391e47
2
ui/jquery.ui.widget.js
vendored
2
ui/jquery.ui.widget.js
vendored
@ -49,7 +49,7 @@ $.widget = function( name, base, prototype ) {
|
||||
$[ namespace ][ name ].prototype = $.extend( true, basePrototype, {
|
||||
namespace: namespace,
|
||||
widgetName: name,
|
||||
widgetEventPrefix: $[ namespace ][ name ].prototype.widgetEventPrefix || name,
|
||||
widgetEventPrefix: name,
|
||||
widgetBaseClass: fullName
|
||||
}, prototype );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user