Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config.
This commit is contained in:
parent
e7669f64d8
commit
af961d58c2
3 changed files with 10 additions and 7 deletions
|
@ -688,7 +688,7 @@ jQuery.extend({
|
|||
var dataType = type.dataType;
|
||||
var global = typeof type.global == "boolean" ? type.global : true;
|
||||
var timeout = typeof type.timeout == "number" ? type.timeout : jQuery.timeout;
|
||||
var ifModified = type.ifModified || false;
|
||||
ifModified = type.ifModified || false;
|
||||
data = type.data;
|
||||
url = type.url;
|
||||
type = type.type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue