Fixed #1781 for warnings created on load by FF javascript.options.strict == true.
This commit is contained in:
parent
4e339ef557
commit
feb9051c0e
5 changed files with 43 additions and 36 deletions
|
@ -181,7 +181,7 @@ jQuery.fn.extend({
|
|||
|
||||
var queue = function( elem, type, array ) {
|
||||
if ( !elem )
|
||||
return;
|
||||
return undefined;
|
||||
|
||||
type = type || "fx";
|
||||
|
||||
|
@ -418,4 +418,4 @@ jQuery.fx.step = {
|
|||
_default: function(fx){
|
||||
fx.elem.style[ fx.prop ] = fx.now + fx.unit;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue