Skip to content

Commit a75fd2a

Browse files
committed
Remove forced error in accidentally left in #7966
Thanks @pmario
1 parent ace6dbc commit a75fd2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

core/modules/widgets/link.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) {
155155
};
156156

157157
LinkWidget.prototype.handleClickEvent = function(event) {
158-
// Force an error to try out the Red Screen Of Embarrassment
159-
var something = Everything;
160158
// Send the click on its way as a navigate event
161159
var bounds = this.domNodes[0].getBoundingClientRect();
162160
this.dispatchEvent({

0 commit comments

Comments
 (0)