Implement endInlineImage IR
This commit is contained in:
parent
7ee894c09c
commit
a2bf701bfe
2 changed files with 71 additions and 76 deletions
|
@ -37,16 +37,10 @@ MessageHandler.prototype = {
|
|||
},
|
||||
|
||||
send: function(actionName, data) {
|
||||
try {
|
||||
this.comObj.postMessage({
|
||||
action: actionName,
|
||||
data: data
|
||||
});
|
||||
} catch (e) {
|
||||
console.error("FAILED to send data from", this.name);
|
||||
throw e;
|
||||
}
|
||||
this.comObj.postMessage({
|
||||
action: actionName,
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue