Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from zaygraveyard/patch-1
Browse files Browse the repository at this point in the history
Fix typos in the event names.
  • Loading branch information
Nathan Sobo authored Jan 18, 2018
2 parents c7cfc7f + b2e4d8f commit 69f8213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/event-listener-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
onDragStart: 'dragstart',
onDrop: 'drop',
onMouseDown: 'mousedown',
onMouseEnter: 'mousenter',
onMouseEnter: 'mouseenter',
onMouseLeave: 'mouseleave',
onMouseMove: 'mousemove',
onMouseOut: 'mouseout',
Expand All @@ -47,7 +47,7 @@ module.exports = {
onEnded: 'ended',
onError: 'error',
onLoadedData: 'loadeddata',
onLoadedMetadata: 'loadedmetadat',
onLoadedMetadata: 'loadedmetadata',
onLoadStart: 'loadstart',
onPause: 'pause',
onPlay: 'play',
Expand Down

0 comments on commit 69f8213

Please sign in to comment.