[SSE mobile] refactoring
This commit is contained in:
parent
4de7a13fc5
commit
46559ae2fb
|
@ -100,7 +100,7 @@ if (Common === undefined) {
|
||||||
var _postMessage = function(msg) {
|
var _postMessage = function(msg) {
|
||||||
// TODO: specify explicit origin
|
// TODO: specify explicit origin
|
||||||
if (window.parent && window.JSON) {
|
if (window.parent && window.JSON) {
|
||||||
msg.frameEditorId = window.frameEditorId;
|
msg.frameEditorId = window.frameEditorId;
|
||||||
window.parent.postMessage(window.JSON.stringify(msg), "*");
|
window.parent.postMessage(window.JSON.stringify(msg), "*");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue