Skip to content

Commit 361a0d5

Browse files
committed
Event: correct support comment
See discussion in a5e1c9b
1 parent 222ac3a commit 361a0d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/event.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,11 @@ jQuery.Event.prototype = {
710710
// Create mouseenter/leave events using mouseover/out and event-time checks
711711
// so that event delegation works in jQuery.
712712
// Do the same for pointerenter/pointerleave and pointerover/pointerout
713+
//
713714
// Support: Safari<7.0
714715
// Safari doesn't support mouseenter/mouseleave at all.
715-
// Support: Chrome 40+
716+
//
717+
// Support: Chrome 34+
716718
// Mouseenter doesn't perform while left mouse button is pressed
717719
// (and initiated outside the observed element)
718720
// https://code.google.com/p/chromium/issues/detail?id=333868

0 commit comments

Comments
 (0)