jquery fx & event: replaced the use of .apply(), where .call() could had been used.

This commit is contained in:
Ariel Flesler 2008-05-12 19:45:02 +00:00
parent 440c08d768
commit 99101e02f9
2 changed files with 7 additions and 7 deletions

View file

@ -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