Commit 7192fb6c authored by Oleg Korshul's avatar Oleg Korshul

.

parent 0363b577
...@@ -277,6 +277,12 @@ window["DesktopOfflineAppDocumentSignatures"] = function(_json) ...@@ -277,6 +277,12 @@ window["DesktopOfflineAppDocumentSignatures"] = function(_json)
}); });
}; };
window["OnNativeReturnCallback"] = function(name, obj)
{
console.log(name);
console.log(obj);
};
// меняем среду // меняем среду
//AscBrowser.isSafari = false; //AscBrowser.isSafari = false;
//AscBrowser.isSafariMacOs = false; //AscBrowser.isSafariMacOs = false;
......
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