onAppReady (Fixed #54)

This commit is contained in:
Sergey Linnik
2019-01-22 09:23:29 +03:00
parent 68f6be2e43
commit 9fb0289af4
6 changed files with 12 additions and 12 deletions

View File

@ -53,7 +53,7 @@
console.log(message);
};
var onReady = function () {
var onAppReady = function () {
innerAlert("Document editor ready");
};
@ -128,7 +128,7 @@
},
},
events: {
'onReady': onReady,
'onAppReady': onAppReady,
'onDocumentStateChange': onDocumentStateChange,
'onRequestEditRights': onRequestEditRights,
'onError': onError,