diff options
Diffstat (limited to 'src/event.js')
-rw-r--r-- | src/event.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.js b/src/event.js index a09bcb8a5..a255f5515 100644 --- a/src/event.js +++ b/src/event.js @@ -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 |