[all] Move

Rename LoadFontsFromServer -> asc_loadFontsFromServer
This commit is contained in:
Alexander.Trofimov 2020-02-18 15:58:37 +03:00
parent 0a41040bff
commit eb9652772b

View file

@ -21,7 +21,7 @@
var editor = new Asc.asc_docs_api({
'id-view' : 'editor_sdk'
});
editor.LoadFontsFromServer();
editor.asc_loadFontsFromServer();
</script>
</body>
</html>