Removes unnecessary comment
Removes an extraneous comment from the error handling logic, improving code clarity.
This commit is contained in:
parent
4d38768554
commit
70a69079e7
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ window.onerror = (msg, url, line, col, error) => {
|
||||||
|
|
||||||
// If you return true, then error alerts (like in older versions of
|
// If you return true, then error alerts (like in older versions of
|
||||||
// Internet Explorer) will be suppressed.
|
// Internet Explorer) will be suppressed.
|
||||||
// Additonal comment for test
|
|
||||||
var suppressErrorAlert = true;
|
var suppressErrorAlert = true;
|
||||||
return suppressErrorAlert;
|
return suppressErrorAlert;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue