From: Ariel Flesler Date: Mon, 28 Jul 2008 18:31:25 +0000 (+0000) Subject: jquery event: closes #3127. jQuery.event.special built-in methods were optimized... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=31293063fa0477a0fc31526c6f57a2ed0c343c07;hp=31293063fa0477a0fc31526c6f57a2ed0c343c07;p=jquery.git jquery event: closes #3127. jQuery.event.special built-in methods were optimized. The mouse(enter|leave) special case is only added for non-IE browsers.Thanks to Mike Helgeson for his help. ---