Skip to content

Commit f3b08c1

Browse files
authored
remove empty constructor
1 parent 3c661b5 commit f3b08c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/helpers/ajax-helper.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ export class MockXMLHttpRequest {
229229
}
230230

231231
export class MockXMLHttpRequestInternetExplorer extends MockXMLHttpRequest {
232-
constructor() {
233-
super();
234-
}
235232

236233
private mockHttp204() {
237234
this.responseType = '';

0 commit comments

Comments
 (0)