mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Fix MouseEvent.which to not throw
This commit is contained in:
parent
705c95dedb
commit
632b7f3c58
2 changed files with 3 additions and 4 deletions
|
@ -20,7 +20,6 @@ interface MouseEvent : UIEvent {
|
|||
//readonly attribute unsigned short buttons;
|
||||
//boolean getModifierState (DOMString keyArg);
|
||||
|
||||
[Throws]
|
||||
readonly attribute long which;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue