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

Stray brace

This commit is contained in:
David Baker
2017-03-16 12:33:24 +00:00
parent fcfc7b6cec
commit 421a35c201

View File

@@ -110,7 +110,7 @@ InteractiveAuth.prototype = {
* begin the authentication process. * begin the authentication process.
* *
* @return {module:client.Promise} which resolves to the response on success, * @return {module:client.Promise} which resolves to the response on success,
* or rejects with the error on failure. Rejects with NoAuthFlowFoundError} if * or rejects with the error on failure. Rejects with NoAuthFlowFoundError if
* no suitable authentication flow can be found * no suitable authentication flow can be found
*/ */
attemptAuth: function() { attemptAuth: function() {