mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
jquery fx & event: replaced the use of .apply(), where .call() could had been used.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user