From 46559ae2fbca9709cbce1d685b0b7d8951aa209b Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Mon, 23 Jan 2017 14:34:23 +0300 Subject: [PATCH] [SSE mobile] refactoring --- apps/common/Gateway.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), "*"); } };