parent
9bd9ebdd73
commit
3b50eaca2c
4 changed files with 44 additions and 0 deletions
|
@ -32,6 +32,9 @@ jQuery.event = {
|
|||
|
||||
if ( handler === false ) {
|
||||
handler = returnFalse;
|
||||
} else if ( !handler ) {
|
||||
// Fixes bug #7229. Fix recommended by jdalton
|
||||
return;
|
||||
}
|
||||
|
||||
var handleObjIn, handleObj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue