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

Merge pull request #618 from matrix-org/rxl881/stickers

Fix JS doc
This commit is contained in:
Richard Lewis
2018-02-23 15:52:42 +00:00
committed by GitHub

View File

@@ -778,7 +778,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) {