From: John Resig Date: Mon, 15 Jun 2009 13:40:10 +0000 (+0000) Subject: Minor tab-spacing tweak. X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=commitdiff_plain;h=739644dce5312fc66a37806ff5e07c8e9784f803 Minor tab-spacing tweak. --- diff --git a/test/unit/ajax.js b/test/unit/ajax.js index 499d9ff..5b5f95f 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -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")