Skip to content

Commit c612b5e

Browse files
committed
rename
1 parent 256d14d commit c612b5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/static-webserver/client/source/class/osparc/widget/PersistentIframe.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,11 @@ qx.Class.define("osparc.widget.PersistentIframe", {
248248
},
249249

250250
__attachInterframeMessageHandlers: function() {
251-
this.__attachThemeSyncer();
252-
this.__attachListeners();
251+
this.__attachInterIframeThemeSyncer();
252+
this.__attachInterIframeListeners();
253253
},
254254

255-
__attachThemeSyncer: function() {
255+
__attachInterIframeThemeSyncer: function() {
256256
this.postThemeSwitch = theme => {
257257
const msg = "osparc;theme=" + theme;
258258
this.sendMessageToIframe(msg);
@@ -279,7 +279,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
279279
}
280280
},
281281

282-
__attachListeners: function() {
282+
__attachInterIframeListeners: function() {
283283
this.__iframe.addListener("load", () => {
284284
const iframe = this._getIframeElement();
285285
if (iframe) {

0 commit comments

Comments
 (0)