Skip to content

Commit

Permalink
Cleanup spacing in ajax.js. Fixes #10601
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 27, 2011
1 parent da062c5 commit bad83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax.js
Expand Up @@ -681,7 +681,7 @@ jQuery.extend({
ret = s.url.replace( rts, "$1_=" + ts );

// if nothing was replaced, add timestamp to the end
s.url = ret + ( (ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
}
}

Expand Down

0 comments on commit bad83b3

Please sign in to comment.