1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

spurious semicolon

This commit is contained in:
David Baker
2019-03-08 13:52:04 +00:00
parent ce1623691e
commit 61ebf4d920

View File

@ -28,7 +28,7 @@ class FakeDomEventEmitter extends EventEmitter {
removeEventListener(what, l) {
this.removeListener(what, l);
}
};
}
describe('UserActivity', function() {
let fakeWindow;