Fix MouseEvent.which to not throw

This commit is contained in:
David Zbarsky 2015-07-25 16:16:30 -04:00
parent 705c95dedb
commit 632b7f3c58
2 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,6 @@ interface MouseEvent : UIEvent {
//readonly attribute unsigned short buttons;
//boolean getModifierState (DOMString keyArg);
[Throws]
readonly attribute long which;
};