Browse Source

Revert "misc: remove duplicated declarations"

This reverts commit 7e831117b6.
j8
Saúl Ibarra Corretgé 7 years ago
parent
commit
561d1909ca

+ 4
- 0
react/features/authentication/components/WaitForOwnerDialog.native.js View File

81
         );
81
         );
82
     }
82
     }
83
 
83
 
84
+    _onCancel: () => void;
85
+
84
     /**
86
     /**
85
      * Called when the cancel button is clicked.
87
      * Called when the cancel button is clicked.
86
      *
88
      *
91
         this.props.dispatch(cancelWaitForOwner());
93
         this.props.dispatch(cancelWaitForOwner());
92
     }
94
     }
93
 
95
 
96
+    _onLogin: () => void;
97
+
94
     /**
98
     /**
95
      * Called when the OK button is clicked.
99
      * Called when the OK button is clicked.
96
      *
100
      *

Loading…
Cancel
Save