Changeset 5499
- Timestamp:
- 05/08/08 16:10:47 (3 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/event.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/event.js
r5492 r5499 34 34 // Store data in unique handler 35 35 handler.data = data; 36 37 // Set the guid of unique handler to the same of original handler, so it can be removed38 handler.guid = fn.guid;39 36 } 40 37