Minor tab-spacing tweak.
authorJohn Resig <jeresig@gmail.com>
Mon, 15 Jun 2009 13:40:10 +0000 (13:40 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 15 Jun 2009 13:40:10 +0000 (13:40 +0000)
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")