зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 423594fd6c7e (bug 1325570) for eslint failure
This commit is contained in:
Родитель
d0c98f987e
Коммит
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]
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче