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

unnecessary semicolon

This commit is contained in:
David Baker
2015-06-26 16:45:59 +01:00
parent b2656024bd
commit b814872c37

View File

@@ -1054,7 +1054,7 @@ function doInitialSync(client, historyLen) {
client.emit("syncError", err); client.emit("syncError", err);
// TODO: Retries. // TODO: Retries.
}); });
}; }
/** /**
* High level helper method to call initialSync, emit the resulting events, * High level helper method to call initialSync, emit the resulting events,