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-10 15:01:39 +00:00
parent 8576ebce8f
commit d6ba39f292
3 changed files with 6 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ var FILTER_SYNC = "FILTER_SYNC";
* Construct an entity which is able to sync with a homeserver.
* @constructor
* @param {MatrixClient} client The matrix client instance to use.
* @param {Object} opts Config options
*/
function SyncApi(client, opts) {
this.client = client;