1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-19 16:42:09 +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);
// TODO: Retries.
});
};
}
/**
* High level helper method to call initialSync, emit the resulting events,