1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

More semicolons

This commit is contained in:
Mark Haines
2016-09-16 11:40:06 +01:00
parent da408f975e
commit c7b83f6ee6

View File

@@ -2528,7 +2528,7 @@ MatrixClient.prototype.stopClient = function() {
this._syncApi = null;
}
if (this._crypto) {
global.clearInterval(this._uploadIntervalID)
global.clearInterval(this._uploadIntervalID);
}
};