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

Commit

Permalink
add DOMMouseScroll to mixed-case events list
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Dec 19, 2013
1 parent 1a8ace3 commit cd192e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/declaration/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
webkitanimationend: 'webkitAnimationEnd',
webkittransitionend: 'webkitTransitionEnd',
domfocusout: 'DOMFocusOut',
domfocusin: 'DOMFocusIn'
domfocusin: 'DOMFocusIn',
dommousescroll: 'DOMMouseScroll'
}
};

Expand Down

0 comments on commit cd192e0

Please sign in to comment.