diff --git a/apps/common/Gateway.js b/apps/common/Gateway.js index 76ca827ef..b7f700026 100644 --- a/apps/common/Gateway.js +++ b/apps/common/Gateway.js @@ -100,7 +100,7 @@ if (Common === undefined) { var _postMessage = function(msg) { // TODO: specify explicit origin if (window.parent && window.JSON) { - msg.frameEditorId = window.frameEditorId; + msg.frameEditorId = window.frameEditorId; window.parent.postMessage(window.JSON.stringify(msg), "*"); } };