Skip to content

Commit

Permalink
Merge pull request facebook#1879 from syranide/modistatewrong
Browse files Browse the repository at this point in the history
getModifierState incorrectly exposed as SyntheticMouseEvent.getEventModifierState
  • Loading branch information
zpao committed Jul 22, 2014
2 parents 2ba254a + 6f0db65 commit 6d02e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/syntheticEvents/SyntheticMouseEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var MouseEventInterface = {
shiftKey: null,
altKey: null,
metaKey: null,
getEventModifierState: getEventModifierState,
getModifierState: getEventModifierState,
button: function(event) {
// Webkit, Firefox, IE9+
// which: 1 2 3
Expand Down

0 comments on commit 6d02e04

Please sign in to comment.