You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Fix JS doc
This commit is contained in:
@@ -770,7 +770,6 @@ MatrixClient.prototype.setAccountData = function(eventType, contents, callback)
|
|||||||
/**
|
/**
|
||||||
* Get account data event of given type for the current user.
|
* Get account data event of given type for the current user.
|
||||||
* @param {string} eventType The event type
|
* @param {string} eventType The event type
|
||||||
* @param {module:client.callback} callback Optional.
|
|
||||||
* @return {?object} The contents of the given account data event
|
* @return {?object} The contents of the given account data event
|
||||||
*/
|
*/
|
||||||
MatrixClient.prototype.getAccountData = function(eventType) {
|
MatrixClient.prototype.getAccountData = function(eventType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user