Skip to content

Commit c8c2d3d

Browse files
committed
minor
1 parent f8b2e81 commit c8c2d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/desktop/WorkbenchView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
8080
properties: {
8181
study: {
8282
check: "osparc.data.model.Study",
83-
apply: "_applyStudy",
83+
apply: "__applyStudy",
8484
nullable: false
8585
},
8686

@@ -243,7 +243,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
243243
return sidePanelsNewWidth;
244244
},
245245

246-
_applyStudy: function(study) {
246+
__applyStudy: function(study) {
247247
if (study) {
248248
this.__initViews();
249249
this.__connectEvents();

0 commit comments

Comments
 (0)