Good catch, fixed: http://github.com/jquery/jquery/commit/5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902
--John On Fri, Dec 11, 2009 at 11:35 AM, Steven Parkes <smpar...@smparkes.net> wrote: > Commit > http://github.com/jquery/jquery/commit/542099a278e79dce38e814e7e7b448a1b73df82f > > (Make sure that we're doing proper focus bubble testing. Also simplified > the logic for the IE focusin/focusout handling.) > > added > > jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ){ > event.special[ orig ] = { > > Should that be jQuery.event.special? > > -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.