Revert "misc: remove duplicated declarations"

This reverts commit 7e831117b6.
pull/2119/head jitsi-meet_2589
Saúl Ibarra Corretgé 8 years ago
parent 4845f80dc8
commit 561d1909ca
  1. 4
      react/features/authentication/components/WaitForOwnerDialog.native.js

@ -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.
*

Loading…
Cancel
Save