Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Dec 2, 2024
1 parent 0a76368 commit 4860602
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
construct: function(source, el) {
this.base(arguments, source);

this.__attacheIframeMessageHanders();
this.__attachIframeMessageHandlers();
},

statics: {
Expand Down Expand Up @@ -245,7 +245,7 @@ qx.Class.define("osparc.widget.PersistentIframe", {
this.__iframe.setSource(newValue);
},

__attacheIframeMessageHanders: function() {
__attachIframeMessageHandlers: function() {
// post messages
this.postThemeSwitch = theme => {
const iframe = this._getIframeElement();
Expand Down

0 comments on commit 4860602

Please sign in to comment.