1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Fix lint (add jsdoc)

This commit is contained in:
David Baker
2017-03-06 09:27:29 +00:00
parent 7e2a256229
commit 8f790d406f

View File

@@ -218,6 +218,8 @@ InteractiveAuth.prototype = {
/** /**
* Gets the sid for the email validation session * Gets the sid for the email validation session
* Specific to m.login.email.identity * Specific to m.login.email.identity
*
* @returns {string} The sid of the email auth session
*/ */
getEmailSid: function() { getEmailSid: function() {
return this._emailSid; return this._emailSid;