jquery fx & event: replaced the use of .apply(), where .call() could had been used.
[jquery.git] / src / event.js
index a09bcb8..a255f55 100644 (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