You've already forked matrix-react-sdk
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:
@ -28,7 +28,7 @@ class FakeDomEventEmitter extends EventEmitter {
|
||||
removeEventListener(what, l) {
|
||||
this.removeListener(what, l);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
describe('UserActivity', function() {
|
||||
let fakeWindow;
|
||||
|
Reference in New Issue
Block a user