Remove unnec. empty line

This commit is contained in:
Rick Waldron 2011-09-22 11:14:45 -04:00
parent 737820118b
commit 7dab8981f8

View File

@ -1067,7 +1067,6 @@ jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblcl
jQuery.attrFn[ name ] = true;
}
// Key Event property hooks
if ( rkeyEvent.test( name ) ) {
jQuery.event.propHooks[ name ] = function( event, original ) {