Fix some whitespace issues.

This commit is contained in:
Anton M 2011-02-15 22:03:23 +01:00
parent 12c0e1a692
commit 6b08d88d04
7 changed files with 19 additions and 19 deletions

View file

@ -33,7 +33,7 @@ jQuery.event = {
handler = returnFalse;
} else if ( !handler ) {
// Fixes bug #7229. Fix recommended by jdalton
return;
return;
}
var handleObjIn, handleObj;