I mean string, object

This commit is contained in:
David Baker 2016-03-18 16:04:58 +00:00
parent 3e915cf0e2
commit b4dd7ba509

View file

@ -541,8 +541,8 @@ module.exports = React.createClass({
// particular event.
// @param {Object} thirdPartyInvite Object containing data about the third party
// we received to join the room, if any.
// @param {Object} thirdPartyInvite.inviteSignUrl 3pid invite sign URL
// @param {Object} thirdPartyInvite.invitedwithEmail The email address the invite was sent to
// @param {string} thirdPartyInvite.inviteSignUrl 3pid invite sign URL
// @param {string} thirdPartyInvite.invitedwithEmail The email address the invite was sent to
// @param {Object} oob_data Object of additional data about the room
// that has been passed out-of-band (eg.
// room name and avatar from an invite email)