Skip to content

Commit fae2daa

Browse files
committed
Event: correct support comment
(cherry-picked from 361a0d5) See discussion in a5e1c9b
1 parent 7cd9a36 commit fae2daa

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
@@ -784,9 +784,11 @@ jQuery.Event.prototype = {
784784
// Create mouseenter/leave events using mouseover/out and event-time checks
785785
// so that event delegation works in jQuery.
786786
// Do the same for pointerenter/pointerleave and pointerover/pointerout
787+
//
787788
// Support: Safari<7.0
788789
// Safari doesn't support mouseenter/mouseleave at all.
789-
// Support: Chrome 40+
790+
//
791+
// Support: Chrome 34+
790792
// Mouseenter doesn't perform while left mouse button is pressed
791793
// (and initiated outside the observed element)
792794
// https://code.google.com/p/chromium/issues/detail?id=333868

0 commit comments

Comments
 (0)