spurious semicolon
This commit is contained in:
parent
ce1623691e
commit
61ebf4d920
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class FakeDomEventEmitter extends EventEmitter {
|
||||||
removeEventListener(what, l) {
|
removeEventListener(what, l) {
|
||||||
this.removeListener(what, l);
|
this.removeListener(what, l);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
describe('UserActivity', function() {
|
describe('UserActivity', function() {
|
||||||
let fakeWindow;
|
let fakeWindow;
|
||||||
|
|
Loading…
Reference in a new issue