This commit refactors ctrlKey to ctrl_key wherever possible.

This commit is contained in:
Arthur Marble 2016-09-17 01:10:12 -05:00
parent 83f687a7be
commit 77170a14bc
6 changed files with 10 additions and 10 deletions

View file

@ -540,7 +540,7 @@ impl Activatable for HTMLAnchorElement {
}
//TODO:https://html.spec.whatwg.org/multipage/#the-a-element
fn implicit_submission(&self, _ctrlKey: bool, _shiftKey: bool, _altKey: bool, _metaKey: bool) {
fn implicit_submission(&self, _ctrl_key: bool, _shiftKey: bool, _altKey: bool, _metaKey: bool) {
}
}