We don't do end of line comments, move them above.

This commit is contained in:
John Resig 2010-11-09 10:34:32 -05:00
parent a4df6945b8
commit b5b3c73db3
2 changed files with 5 additions and 3 deletions

View file

@ -33,7 +33,7 @@ jQuery.event = {
if ( handler === false ) {
handler = returnFalse;
} else if ( !handler ) {
// Fixes bug #7229. Fix recommended by jdalton
// Fixes bug #7229. Fix recommended by jdalton
return;
}
@ -490,7 +490,8 @@ jQuery.event = {
// Fix target property, if necessary
if ( !event.target ) {
event.target = event.srcElement || document; // Fixes #1925 where srcElement might not be defined either
// Fixes #1925 where srcElement might not be defined either
event.target = event.srcElement || document;
}
// check if target is a textnode (safari)