mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Refactored metaKey to meta_key where possible
This commit is contained in:
parent
bdbc04409d
commit
5ce3510a50
6 changed files with 10 additions and 10 deletions
|
@ -540,7 +540,7 @@ impl Activatable for HTMLAnchorElement {
|
|||
}
|
||||
|
||||
//TODO:https://html.spec.whatwg.org/multipage/#the-a-element
|
||||
fn implicit_submission(&self, _ctrl_key: bool, _shift_key: bool, _alt_key: bool, _metaKey: bool) {
|
||||
fn implicit_submission(&self, _ctrl_key: bool, _shift_key: bool, _alt_key: bool, _meta_key: bool) {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue