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:
65a88fa
)
Fixed missing semicolon
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 30 Dec 2006 09:44:34 +0000
(09:44 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 30 Dec 2006 09:44:34 +0000
(09:44 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
7b712c9
..
f802ae6
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1511,7
+1511,7
@@
jQuery.extend({
">|/", "jQuery.sibling(a.firstChild)",
"\\+", "jQuery.nth(a,2,'nextSibling')",
"~", function(a){
- var s = jQuery.sibling(a.parentNode.firstChild)
+ var s = jQuery.sibling(a.parentNode.firstChild);
return s.slice(0, jQuery.inArray(a,s));
}
],