We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f798 commit f29c00fCopy full SHA for f29c00f
js/widgets/widgetWindows.js
@@ -64,10 +64,10 @@ class WidgetWindow {
64
65
this.sendToCenter = this.sendToCenter.bind(this);
66
67
- this.onclose = () => { };
68
- this.onmaximize = () => { };
69
- this.onrollup = () => { };
70
- this.onunroll = () => { };
+ this.onclose = () => {};
+ this.onmaximize = () => {};
+ this.onrollup = () => {};
+ this.onunroll = () => {};
71
}
72
73
/**
0 commit comments