Skip to content

Commit 67d4a72

Browse files
committed
minor
1 parent b3c85fb commit 67d4a72

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
313313
this.__listenToNodeUpdated();
314314
this.__listenToNodeProgress();
315315
this.__listenToNoMoreCreditsEvents();
316-
this.__listenToEvent();
316+
this.__listenToServiceCustomEvents();
317317
this.__listenToServiceStatus();
318318
this.__listenToStatePorts();
319319
},
@@ -514,7 +514,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
514514
}
515515
},
516516

517-
__listenToEvent: function() {
517+
__listenToServiceCustomEvents: function() {
518518
const socket = osparc.wrapper.WebSocket.getInstance();
519519

520520
// callback for events

0 commit comments

Comments
 (0)