Skip to content

Commit

Permalink
Event: correct support comment
Browse files Browse the repository at this point in the history
See discussion in
a5e1c9b
  • Loading branch information
markelog committed Mar 8, 2015
1 parent 222ac3a commit 361a0d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,11 @@ jQuery.Event.prototype = {
// Create mouseenter/leave events using mouseover/out and event-time checks
// so that event delegation works in jQuery.
// Do the same for pointerenter/pointerleave and pointerover/pointerout
//
// Support: Safari<7.0
// Safari doesn't support mouseenter/mouseleave at all.
// Support: Chrome 40+
//
// Support: Chrome 34+
// Mouseenter doesn't perform while left mouse button is pressed
// (and initiated outside the observed element)
// https://code.google.com/p/chromium/issues/detail?id=333868
Expand Down

0 comments on commit 361a0d5

Please sign in to comment.