mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Fix #12329. Remove leftover jQuery.bindReady reference.
jQuery.ready already fires "ready" event properly, the undefined reference had no effect.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user