jQuery.ajaxSetup() data is merged with params. Fixes #10524

This commit is contained in:
Oleg
2012-05-01 14:39:45 -04:00
committed by Rick Waldron waldron.rick@gmail.com
parent dc3c983be0
commit 6bed348a00
2 changed files with 19 additions and 2 deletions

View File

@@ -183,7 +183,6 @@ jQuery.fn.extend({
// Otherwise, build a param string
} else if ( typeof params === "object" ) {
params = jQuery.param( params, jQuery.ajaxSettings.traditional );
type = "POST";
}
}