You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +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