Update editor-bridge.hbs
This commit is contained in:
parent
a11d95f3d7
commit
fa9a3de863
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
.attr('src', '/{{editorName}}/editor?id={{id}}&type=' + type)
|
||||
.on('load', function() {
|
||||
editorWindow = $editorFrame[0].contentWindow;
|
||||
editorWindow.bridge || (editorWindow.bridge = {});
|
||||
editorWindow.bridge = editorWindow.bridge || {};
|
||||
editorWindow.bridge.exit = function() {
|
||||
closeEditor();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue