From 1dfde7cd8002ead0c516543ae223e5466a4e9606 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 8 Feb 2018 11:17:55 +0000 Subject: [PATCH] Fix JS doc --- src/client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client.js b/src/client.js index e1596bb40..cbb70a694 100644 --- a/src/client.js +++ b/src/client.js @@ -770,7 +770,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) {