Fixed indentations

This commit is contained in:
Liam BEGUIN 2016-05-17 19:58:27 -04:00
parent 531a5071f6
commit b66d5e1ce9

View File

@ -51,8 +51,8 @@ SELECTORS = {
Group.prevnext: 'a, area, button, link, [role=button]', Group.prevnext: 'a, area, button, link, [role=button]',
Group.focus: '*:focus', Group.focus: '*:focus',
Group.inputs: ('input[type=text], input[type=email], input[type=url], ' Group.inputs: ('input[type=text], input[type=email], input[type=url], '
'input[type=tel], input[type=number], input[type=password], ' 'input[type=tel], input[type=number], input[type=password], '
'input[type=search], textarea'), 'input[type=search], textarea'),
} }