mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
!= undefined :)
This commit is contained in:
parent
11b64c1149
commit
14aafdf319
@ -14,7 +14,7 @@ jQuery.event = {
|
||||
element = window;
|
||||
|
||||
// if data is passed, bind to handler
|
||||
if( data != handler ) {
|
||||
if( data != undefined ) {
|
||||
// Create temporary function pointer to original handler
|
||||
var fn = handler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user