]> source.dussan.org Git - jquery.git/commitdiff
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 499d9ff1b7d4586d81ad1dcb3a8172f1e9a31fa0..5b5f95f06698475581b74f04c8cd05bfbb781683 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")