Skip to content

Commit

Permalink
fix: add contextmenu to eventmap #290
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Wahab authored and michaelobriena committed Jun 24, 2015
1 parent 5d8709b commit 076d913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom-renderers/events/EventMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ var EventMap = {
mouseout : [MouseEvent, true],
mouseover : [MouseEvent, true],
mouseup : [MouseEvent, true],
contextMenu : [MouseEvent, true],
resize : [UIEvent, false],

// might bubble
Expand Down

0 comments on commit 076d913

Please sign in to comment.