Changeset 3951
- Timestamp:
- 11/27/07 19:20:36 (8 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/event.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/event.js
r3857 r3951 20 20 // if data is passed, bind to handler 21 21 if( data != undefined ) { 22 // Create temporary function pointer to original handler22 // Create temporary function pointer to original handler 23 23 var fn = handler; 24 24 … … 349 349 350 350 // If we actually just moused on to a sub-element, ignore it 351 if ( parent == this ) return false; 351 if ( parent == this ) 352 return true; 352 353 353 354 // Execute the right function