Skip to content

Commit 3c5f535

Browse files
committed
minor
1 parent a23e5e8 commit 3c5f535

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/static-webserver/client/source/class/osparc/WindowSizeTracker.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ qx.Class.define("osparc.WindowSizeTracker", {
8383
this.__tooSmallDialog.open();
8484
} else {
8585
this.__tooSmallDialog = osparc.TooSmallDialog.openWindow();
86-
this.__tooSmallDialog.addListener("close", () => {
87-
this.__tooSmallDialog = null;
88-
}, this);
86+
this.__tooSmallDialog.addListener("close", () => this.__tooSmallDialog = null, this);
8987
}
9088
} else if (this.__tooSmallDialog) {
9189
this.__tooSmallDialog.close();

0 commit comments

Comments
 (0)