getModifierState incorrectly exposed as SyntheticMouseEvent.getEventModifierState

This commit is contained in:
Andreas Svensson
2014-07-19 10:44:11 +02:00
parent 9929f6de1e
commit 6f0db65777
@@ -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