Skip to content

Commit

Permalink
Remove 'mouseover' as synonym for 'mouseenter'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamley committed Sep 19, 2018
1 parent ae4674f commit 403f54f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/ui/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class MapMouseEvent extends Event {
| 'mouseover'
| 'mouseenter'
| 'mouseleave'
| 'mouseover'
| 'mouseout'
| 'contextmenu';

Expand Down Expand Up @@ -359,16 +358,6 @@ export type MapEvent =
*/
| 'mouseleave'

/**
* Synonym for `mouseenter`.
*
* @event mouseover
* @memberof Map
* @instance
* @property {MapMouseEvent} data
*/
| 'mouseover'

/**
* Fired when a point device (usually a mouse) leaves the map's canvas.
*
Expand Down

0 comments on commit 403f54f

Please sign in to comment.