Revert "misc: remove duplicated declarations"

This reverts commit 7e831117b6.
This commit is contained in:
Saúl Ibarra Corretgé 2017-10-30 16:24:11 +01:00
parent 4845f80dc8
commit 561d1909ca
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,8 @@ class WaitForOwnerDialog extends Component {
);
}
_onCancel: () => void;
/**
* Called when the cancel button is clicked.
*
@ -91,6 +93,8 @@ class WaitForOwnerDialog extends Component {
this.props.dispatch(cancelWaitForOwner());
}
_onLogin: () => void;
/**
* Called when the OK button is clicked.
*