Minor tab-spacing tweak.
This commit is contained in:
parent
28ab4d3224
commit
739644dce5
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ test("jQuery.ajax - If-Modified-Since support", function() {
|
||||||
|
|
||||||
jQuery.ajax({
|
jQuery.ajax({
|
||||||
url: url,
|
url: url,
|
||||||
ifModified: true,
|
ifModified: true,
|
||||||
success: function(data, status) {
|
success: function(data, status) {
|
||||||
equals(status, "notmodified");
|
equals(status, "notmodified");
|
||||||
ok(data == null, "response body should be empty")
|
ok(data == null, "response body should be empty")
|
||||||
|
|
Loading…
Add table
Reference in a new issue