Skip to content
Permalink
Browse files
Fix #12329. Remove leftover jQuery.bindReady reference.
jQuery.ready already fires "ready" event properly, the undefined reference had no effect.
  • Loading branch information
dmethvin committed Aug 20, 2012
1 parent ad04018 commit f3ea073
Showing 1 changed file with 0 additions and 5 deletions.
@@ -539,11 +539,6 @@ jQuery.event = {
},

special: {
ready: {
// Make sure the ready event is setup
setup: jQuery.bindReady
},

load: {
// Prevent triggered image.load events from bubbling to window.load
noBubble: true

0 comments on commit f3ea073

Please sign in to comment.