Commit 2e38df4f authored by Julia Radzhabova's avatar Julia Radzhabova

Show warning when event onReady is used.

parent 06a5c330
......@@ -189,6 +189,8 @@
_config.editorConfig.canRequestEditRights = _config.events && !!_config.events.onRequestEditRights;
_config.frameEditorId = placeholderId;
_config.events && !!_config.events.onReady && console.log("Obsolete: The onReady event is deprecated. Please use onAppReady instead.");
var onMouseUp = function (evt) {
_processMouse(evt);
};
......
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