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

@ -62,7 +62,7 @@ pub enum ActivationSource {
// https://html.spec.whatwg.org/multipage/#run-synthetic-click-activation-steps
pub fn synthetic_click_activation(element: &Element,
ctrlKey: bool,
ctrl_key: bool,
shiftKey: bool,
altKey: bool,
metaKey: bool,
@ -93,7 +93,7 @@ pub fn synthetic_click_activation(element: &Element,
0,
0,
0,
ctrlKey,
ctrl_key,
shiftKey,
altKey,
metaKey,