mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 22:44:13 +00:00
fixxing typo from my last checkin
This commit is contained in:
parent
689a2b4fcb
commit
e851878b90
@ -336,7 +336,7 @@
|
||||
</implementation>
|
||||
|
||||
<handlers>
|
||||
<handler event="click" phase="capturing" button="0" action="this.open(event)">
|
||||
<handler event="click" phase="capturing" button="0" action="this.open(event)"/>
|
||||
<handler event="keypress" keycode="VK_ENTER" action="this.open(event)" />
|
||||
<handler event="keypress" keycode="VK_RETURN" action="this.open(event)" />
|
||||
</handlers>
|
||||
|
Loading…
x
Reference in New Issue
Block a user