Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit cd192e0

Browse files
author
Scott J. Miles
committed
add DOMMouseScroll to mixed-case events list
1 parent 1a8ace3 commit cd192e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/declaration/events.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
webkitanimationend: 'webkitAnimationEnd',
3737
webkittransitionend: 'webkitTransitionEnd',
3838
domfocusout: 'DOMFocusOut',
39-
domfocusin: 'DOMFocusIn'
39+
domfocusin: 'DOMFocusIn',
40+
dommousescroll: 'DOMMouseScroll'
4041
}
4142
};
4243

0 commit comments

Comments
 (0)