1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Apparently that jsdoc syntax is not valid

This commit is contained in:
David Baker
2016-10-12 11:24:14 +01:00
parent 2e99d5da64
commit 6f9c8c3007

View File

@@ -587,7 +587,7 @@ module.exports.MatrixHttpApi.prototype = {
* @param {object|string} data
* @param {object=} opts
*
* @param {boolean=true} opts.json Json-encode data before sending, and
* @param {boolean} [opts.json=true] Json-encode data before sending, and
* decode response on receipt. (We will still json-decode error
* responses, even if this is false.)
*