Missing '}' in jQuery.param method in ajax.js
This commit is contained in:
parent
317ea5caea
commit
6404d6e3ec
|
@ -901,6 +901,7 @@ jQuery.extend({
|
|||
} else {
|
||||
s.push( j + "=" + encodeURIComponent( a[j] ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Return the resulting serialization
|
||||
|
|
Loading…
Reference in a new issue