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:
87284a8
)
Fixed bug #168
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 16 Sep 2006 16:26:30 +0000
(16:26 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 16 Sep 2006 16:26:30 +0000
(16:26 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
dca1867
..
17e2a66
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-2982,7
+2982,7
@@
jQuery.macros = {
* @param String expr An expression to filter the sibling Elements with
* @cat DOM/Traversing
*/
- siblings: jQuery.sibling,
+ siblings: "jQuery.sibling(a, null, true)",
/**