Remove an unnecessary comment

This commit is contained in:
Michał Gołębiowski 2013-05-21 08:35:12 +02:00
parent c91e5d42cd
commit ef154cc530

View File

@ -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-- ) {