jQuery: The Write Less, Do More JavaScript Library

Changeset 5499

Show
Ignore:
Timestamp:
05/08/08 16:10:47 (3 months ago)
Author:
aflesler
Message:

jquery event: removing 3 unnecessary lines since the addition of $.event.proxy.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/src/event.js

    r5492 r5499  
    3434            // Store data in unique handler  
    3535            handler.data = data; 
    36  
    37             // Set the guid of unique handler to the same of original handler, so it can be removed  
    38             handler.guid = fn.guid; 
    3936        } 
    4037