mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix for #265: Initialize defaults for global and timeout properly when $.ajax is called internally (argument list instead of hash)
This commit is contained in:
parent
cb53fc02b6
commit
bfa8306633
@ -669,6 +669,8 @@ jQuery.extend({
|
|||||||
ajax: function( type, url, data, ret, ifModified ) {
|
ajax: function( type, url, data, ret, ifModified ) {
|
||||||
// If only a single argument was passed in,
|
// If only a single argument was passed in,
|
||||||
// assume that it is a object of key/value pairs
|
// assume that it is a object of key/value pairs
|
||||||
|
var global = true;
|
||||||
|
var timeout = jQuery.timeout;
|
||||||
if ( !url ) {
|
if ( !url ) {
|
||||||
ret = type.complete;
|
ret = type.complete;
|
||||||
var success = type.success;
|
var success = type.success;
|
||||||
|
Loading…
Reference in New Issue
Block a user