Bug Tracker

Changeset 5753

Show
Ignore:
Timestamp:
06/27/08 14:17:28 (5 months ago)
Author:
aflesler
Message:

jquery event: fixed a typo in a comment.

Files:
1 modified

Legend:

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

    r5707 r5753  
    11/* 
    22 * A number of helper functions used for managing events. 
    3  * Many of the ideas behind this code orignated from 
     3 * Many of the ideas behind this code originated from 
    44 * Dean Edwards' addEvent library. 
    55 */