Skip to content
Permalink
Browse files
Minor tab-spacing tweak.
  • Loading branch information
jeresig committed Jun 15, 2009
1 parent 28ab4d3 commit 739644d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -889,7 +889,7 @@ test("jQuery.ajax - If-Modified-Since support", function() {

jQuery.ajax({
url: url,
ifModified: true,
ifModified: true,
success: function(data, status) {
equals(status, "notmodified");
ok(data == null, "response body should be empty")

0 comments on commit 739644d

Please sign in to comment.