Remove forced error in accidentally left in #7966

Thanks @pmario
This commit is contained in:
Jeremy Ruston 2024-02-28 12:01:42 +00:00
parent ace6dbc514
commit a75fd2a64a
1 changed files with 0 additions and 2 deletions

View File

@ -155,8 +155,6 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) {
};
LinkWidget.prototype.handleClickEvent = function(event) {
// Force an error to try out the Red Screen Of Embarrassment
var something = Everything;
// Send the click on its way as a navigate event
var bounds = this.domNodes[0].getBoundingClientRect();
this.dispatchEvent({