We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace6dbc commit a75fd2aCopy full SHA for a75fd2a
1 file changed
core/modules/widgets/link.js
@@ -155,8 +155,6 @@ LinkWidget.prototype.renderLink = function(parent,nextSibling) {
155
};
156
157
LinkWidget.prototype.handleClickEvent = function(event) {
158
- // Force an error to try out the Red Screen Of Embarrassment
159
- var something = Everything;
160
// Send the click on its way as a navigate event
161
var bounds = this.domNodes[0].getBoundingClientRect();
162
this.dispatchEvent({
0 commit comments