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

gjslint wants a space before the '='...

This commit is contained in:
David Baker
2016-10-12 11:42:10 +01:00
parent 9c9ae562ec
commit b3e7f4ea21

View File

@@ -587,7 +587,7 @@ module.exports.MatrixHttpApi.prototype = {
* @param {object|string} data
* @param {object=} opts
*
* @param {boolean} [opts.json=true] 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.)
*