mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-03 11:32:07 +02:00
spurious semicolon
This commit is contained in:
parent
ce1623691e
commit
61ebf4d920
@ -28,7 +28,7 @@ class FakeDomEventEmitter extends EventEmitter {
|
||||
removeEventListener(what, l) {
|
||||
this.removeListener(what, l);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
describe('UserActivity', function() {
|
||||
let fakeWindow;
|
||||
|
Loading…
x
Reference in New Issue
Block a user