Minor tab-spacing tweak.
This commit is contained in:
parent
28ab4d3224
commit
739644dce5
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue