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

JS Doc Fix

This commit is contained in:
jkasun
2019-04-15 20:34:39 +05:30
parent 348c293962
commit 430da8ac09

View File

@@ -891,7 +891,7 @@ MatrixBaseApis.prototype.sendStateEvent = function(roomId, eventType, content, s
/** /**
* @param {string} roomId * @param {string} roomId
* @param {string} eventId * @param {string} eventId
* @param {string=} txnId transaction id. One will be made up if not * @param {string} [txnId] transaction id. One will be made up if not
* supplied. * supplied.
* @param {module:client.callback} callback Optional. * @param {module:client.callback} callback Optional.
* @return {module:client.Promise} Resolves: TODO * @return {module:client.Promise} Resolves: TODO