mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #6773 - dzbarsky:which, r=Ms2ger
Fix MouseEvent.which to not throw <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6773) <!-- Reviewable:end -->
This commit is contained in:
commit
5b90cfd57d
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