Commit 46559ae2 authored by Maxim Kadushkin's avatar Maxim Kadushkin

[SSE mobile] refactoring

parent 4de7a13f
......@@ -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), "*");
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment