jquery fx & event: replaced the use of .apply(), where .call() could had been used.
This commit is contained in:
parent
440c08d768
commit
99101e02f9
2 changed files with 7 additions and 7 deletions
|
@ -495,7 +495,7 @@ jQuery.extend({
|
|||
if ( jQuery.readyList ) {
|
||||
// Execute all of them
|
||||
jQuery.each( jQuery.readyList, function(){
|
||||
this.apply( document );
|
||||
this.call( document );
|
||||
});
|
||||
|
||||
// Reset the list of functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue