Commit 8cad4ff4 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

native message

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66960 954022d7-b5bf-4e40-9824-e11837661b57
parent 03906b89
......@@ -209,7 +209,7 @@ window["DesktopOfflineAppDocumentAddImageEnd"] = function(url)
}
};
window["window.on_editor_native_message"] = function(sCommand, sParam)
window["on_editor_native_message"] = function(sCommand, sParam)
{
if (!window["Asc"]["editor"])
return;
......
......@@ -175,7 +175,7 @@ window["DesktopOfflineAppDocumentAddImageEnd"] = function(url)
editor.AddImageUrlAction(g_oDocumentUrls.getImageUrl(_url));
};
window["window.on_editor_native_message"] = function(sCommand, sParam)
window["on_editor_native_message"] = function(sCommand, sParam)
{
if (!window.editor)
return;
......
......@@ -192,7 +192,7 @@ window["DesktopOfflineAppDocumentAddImageEnd"] = function(url)
editor.AddImageUrlAction(g_oDocumentUrls.getImageUrl(_url));
};
window["window.on_editor_native_message"] = function(sCommand, sParam)
window["on_editor_native_message"] = function(sCommand, sParam)
{
if (!window.editor)
return;
......
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