aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/serialize.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/serialize.js b/src/serialize.js
index b8742ab31..60d936251 100644
--- a/src/serialize.js
+++ b/src/serialize.js
@@ -68,11 +68,6 @@ jQuery.param = function( a, traditional ) {
encodeURIComponent( value == null ? "" : value );
};
- // Set traditional to true for jQuery <= 1.3.2 behavior.
- if ( traditional === undefined ) {
- traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;
- }
-
// If an array was passed in, assume that it is an array of form elements.
if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {