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:
317ea5c
)
Missing '}' in jQuery.param method in ajax.js
author
Brandon Aaron
<brandon.aaron@gmail.com>
Thu, 16 Nov 2006 20:39:28 +0000
(20:39 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Thu, 16 Nov 2006 20:39:28 +0000
(20:39 +0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
42bc54b
..
f9058df
100644
(file)
--- a/
src/ajax/ajax.js
+++ b/
src/ajax/ajax.js
@@
-901,6
+901,7
@@
jQuery.extend({
} else {
s.push( j + "=" + encodeURIComponent( a[j] ) );
}
+ }
}
// Return the resulting serialization