1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-09-03 08:42:03 +03:00

More linting

This commit is contained in:
Kegan Dougal
2015-12-09 11:19:20 +00:00
parent 0576e4ca0c
commit f7ffed4b98

View File

@@ -180,6 +180,7 @@ function _resolveInvites(client, room) {
/**
* <b>Internal class - unstable.</b>
* Construct an entity which is able to sync with a homeserver.
* @constructor
* @param {MatrixClient} client The matrix client instance to use.
*/
function SyncApi(client) {