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:
fd4fc0b
)
Fixed bug with $.map() not showing in the docs.
author
John Resig
<jeresig@gmail.com>
Tue, 5 Sep 2006 20:20:16 +0000
(20:20 +0000)
committer
John Resig
<jeresig@gmail.com>
Tue, 5 Sep 2006 20:20:16 +0000
(20:20 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
feb71e4
..
5b2d746
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1977,7
+1977,8
@@
jQuery.extend({
* @example $.map( [0,1,2], function(i){
* return [ i, i + 1 ];
* });
- * @result [0, 1, 1, 2, 2, 3]
\r
*
+ * @result [0, 1, 1, 2, 2, 3]
+ *
* @name $.map
* @type Array
* @param Array array The Array to translate.