diff --git a/src/client.js b/src/client.js index bda779aa9..19791a860 100644 --- a/src/client.js +++ b/src/client.js @@ -778,7 +778,6 @@ MatrixClient.prototype.setAccountData = function(eventType, contents, callback) /** * Get account data event of given type for the current user. * @param {string} eventType The event type - * @param {module:client.callback} callback Optional. * @return {?object} The contents of the given account data event */ MatrixClient.prototype.getAccountData = function(eventType) {