ソースを参照

Revert "misc: remove duplicated declarations"

This reverts commit 7e831117b6.
j8
Saúl Ibarra Corretgé 8年前
コミット
561d1909ca
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      react/features/authentication/components/WaitForOwnerDialog.native.js

+ 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
      *

読み込み中…
キャンセル
保存