mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 13:08:11 -05:00
!= undefined :)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user