Minor tab-spacing tweak.
[jquery.git] / test / unit / ajax.js
index 499d9ff..5b5f95f 100644 (file)
@@ -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")