瀏覽代碼

Revert "misc: remove duplicated declarations"

This reverts commit 7e831117b6.
master
Saúl Ibarra Corretgé 7 年之前
父節點
當前提交
561d1909ca
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      react/features/authentication/components/WaitForOwnerDialog.native.js

+ 4
- 0
react/features/authentication/components/WaitForOwnerDialog.native.js 查看文件

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…
取消
儲存