Missed a function
This commit is contained in:
parent
bf66f77acb
commit
23a25e550d
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ module.exports = React.createClass({
|
||||||
return inviteList;
|
return inviteList;
|
||||||
},
|
},
|
||||||
|
|
||||||
_lookupThreepid(medium, address) {
|
_lookupThreepid: function(medium, address) {
|
||||||
// wait a bit to let the user finish typing
|
// wait a bit to let the user finish typing
|
||||||
return q.delay(500).then(() => {
|
return q.delay(500).then(() => {
|
||||||
// If the query has changed, forget it
|
// If the query has changed, forget it
|
||||||
|
|
Loading…
Reference in a new issue