Преглед изворни кода

Revert "misc: remove duplicated declarations"

This reverts commit 7e831117b6.
master
Saúl Ibarra Corretgé пре 7 година
родитељ
комит
561d1909ca

+ 4
- 0
react/features/authentication/components/WaitForOwnerDialog.native.js Прегледај датотеку

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

Loading…
Откажи
Сачувај