1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Oops, s/MatrixClient/MatrixBaseApis/

This commit is contained in:
David Baker
2016-08-02 15:53:29 +01:00
parent 8b9b37cc91
commit 364fe3ba47

View File

@@ -122,7 +122,7 @@ MatrixBaseApis.prototype.loginFlows = function(callback) {
* @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: On success, the empty object
*/
MatrixClient.prototype.logout = function(callback) {
MatrixBaseApis.prototype.logout = function(callback) {
return this._http.authedRequest(
callback, "POST", '/logout'
);