Oops, missed a closing } from 7d36ccfa8e
.
This commit is contained in:
parent
93fdbeb963
commit
97323d192f
|
@ -667,6 +667,8 @@ jQuery.event.special.change = {
|
|||
|
||||
var changeFilters = jQuery.event.special.change.filters;
|
||||
|
||||
}
|
||||
|
||||
function trigger( type, elem, args ) {
|
||||
args[0].type = type;
|
||||
return jQuery.event.handle.apply( elem, args );
|
||||
|
|
Loading…
Reference in a new issue