From f7ffed4b98f572afe182fc937a48e7d766c130a4 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 9 Dec 2015 11:19:20 +0000 Subject: [PATCH] More linting --- lib/sync.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sync.js b/lib/sync.js index efae7149d..2735beedd 100644 --- a/lib/sync.js +++ b/lib/sync.js @@ -180,6 +180,7 @@ function _resolveInvites(client, room) { /** * Internal class - unstable. * Construct an entity which is able to sync with a homeserver. + * @constructor * @param {MatrixClient} client The matrix client instance to use. */ function SyncApi(client) {