mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Remove an unnecessary comment
This commit is contained in:
@@ -66,7 +66,6 @@ jQuery.event = {
|
||||
}
|
||||
|
||||
// Handle multiple events separated by a space
|
||||
// jQuery(...).bind("mouseover mouseout", fn);
|
||||
types = ( types || "" ).match( core_rnotwhite ) || [""];
|
||||
t = types.length;
|
||||
while ( t-- ) {
|
||||
|
||||
Reference in New Issue
Block a user