aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ready.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/ready.js b/src/core/ready.js
index c9ffdd749..bea0496da 100644
--- a/src/core/ready.js
+++ b/src/core/ready.js
@@ -1,7 +1,6 @@
define([
"../core",
"../var/document",
- "../core/init",
"../deferred"
], function( jQuery, document ) {
@@ -50,12 +49,6 @@ jQuery.extend({
// If there are functions bound, to execute
readyList.resolveWith( document, [ jQuery ] );
-
- // Trigger any bound ready events
- if ( jQuery.fn.triggerHandler ) {
- jQuery( document ).triggerHandler( "ready" );
- jQuery( document ).off( "ready" );
- }
}
});