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