From 739644dce5312fc66a37806ff5e07c8e9784f803 Mon Sep 17 00:00:00 2001 From: John Resig Date: Mon, 15 Jun 2009 13:40:10 +0000 Subject: [PATCH] Minor tab-spacing tweak. --- test/unit/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 1.7.10.4