git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28ab4d3
)
Minor tab-spacing tweak.
author
John Resig
<jeresig@gmail.com>
Mon, 15 Jun 2009 13:40:10 +0000
(13:40 +0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 15 Jun 2009 13:40:10 +0000
(13:40 +0000)
test/unit/ajax.js
patch
|
blob
|
history
diff --git
a/test/unit/ajax.js
b/test/unit/ajax.js
index
499d9ff
..
5b5f95f
100644
(file)
--- 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")