mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Backed out changeset 423594fd6c7e (bug 1325570) for eslint failure
This commit is contained in:
parent
d0c98f987e
commit
d05d412856
@ -49,10 +49,7 @@ module.exports = createClass({
|
||||
window.removeEventListener("keydown", this.onKeyDown, true);
|
||||
},
|
||||
|
||||
onDeviceCheckboxClick({ button, target }) {
|
||||
if (button !== 0){
|
||||
return;
|
||||
}
|
||||
onDeviceCheckboxClick({ target }) {
|
||||
this.setState({
|
||||
[target.value]: !this.state[target.value]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user