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:
6504d4f
)
Yet another missing semicolon!
author
jaubourg
<j@ubourg.net>
Tue, 11 Jan 2011 22:43:02 +0000
(23:43 +0100)
committer
jaubourg
<j@ubourg.net>
Tue, 11 Jan 2011 22:43:02 +0000
(23:43 +0100)
test/unit/ajax.js
patch
|
blob
|
history
diff --git
a/test/unit/ajax.js
b/test/unit/ajax.js
index
c7803f8
..
4162d58
100644
(file)
--- a/
test/unit/ajax.js
+++ b/
test/unit/ajax.js
@@
-276,7
+276,7
@@
test(".ajax() - retry with jQuery.ajax( this )", function() {
start();
}
}
- })
+ });
});