Merge pull request #50 from ONLYOFFICE/hotfix/v4.2.4

Changed version
This commit is contained in:
Alexey Golubev 2017-01-09 12:38:02 +03:00 committed by GitHub
commit 6a1924acc9

View file

@ -557,7 +557,7 @@
};
DocsAPI.DocEditor.version = function() {
return '4.3.0';
return '4.2.4';
};
MessageDispatcher = function(fn, scope) {