Skip to content

Commit 4860602

Browse files
committed
minor
1 parent 0a76368 commit 4860602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
2727
construct: function(source, el) {
2828
this.base(arguments, source);
2929

30-
this.__attacheIframeMessageHanders();
30+
this.__attachIframeMessageHandlers();
3131
},
3232

3333
statics: {
@@ -245,7 +245,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
245245
this.__iframe.setSource(newValue);
246246
},
247247

248-
__attacheIframeMessageHanders: function() {
248+
__attachIframeMessageHandlers: function() {
249249
// post messages
250250
this.postThemeSwitch = theme => {
251251
const iframe = this._getIframeElement();

0 commit comments

Comments
 (0)